#ifndef FRAMEBUFFER_CONFIG_H #define FRAMEBUFFER_CONFIG_H /* Tiny framebuffer */ #define FBW 140 #define FBH 40 #endif /* FRAMEBUFFER_CONFIG_H */