#ifndef FRAMEBUFFER_CONFIG_H #define FRAMEBUFFER_CONFIG_H /* Tiny framebuffer */ #define FBW 128 #define FBH 64 #endif /* FRAMEBUFFER_CONFIG_H */