#ifndef FRAMEBUFFER_CONFIG_H #define FRAMEBUFFER_CONFIG_H /* Tiny framebuffer */ #define FBW 48 #define FBH 32 // if built for AVR, uncommend the include and comment the fake defines: // #include #define PROGMEM #define pgm_read_byte(adr) (*adr) #endif /* FRAMEBUFFER_CONFIG_H */