jboecker / AltimeterDemo

Altimeter on a 128x64 OLED display driven by a Tiva C Launchpad and powered by DCS-BIOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AltimeterDemo

This sketch shows the A-10C Altimeter readout on a 128x64 OLED display connected to a TI Tiva C Series Launchpad.

Here's a demo video.

Compile and flash with Energia.

It requires my modified version of the Adafruit_SSD1306 library that works with Energia. You will also need to add the Adafruit GFX library.

It should be easy enough to compile this in the Arduino IDE, although it may be too slow to display without glitches (I have not tested this).

The fonts were exported in .xbm format using GIMP (rename the file to .cpp afterwards and add it to your sketch).

About

Altimeter on a 128x64 OLED display driven by a Tiva C Launchpad and powered by DCS-BIOS

License:MIT License


Languages

Language:C++ 94.1%Language:Arduino 5.9%