#ifndef CONFIG_H_ #define CONFIG_H_ #include static const uint32_t min_width = 600; static const uint32_t font_size = 16; #endif