This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
D3N9: Old-Skool demoscene scroller for PIC32 | |
*/ | |
/* Kindly ripped from IOShield_OLED_Full_Demo */ | |
#include <IOShieldOled.h> | |
#define OLED IOShieldOledClass | |
OLED oled; |