#ifndef CONFIG_H_ #define CONFIG_H_ #include static const uint32_t min_width = 500; static const uint32_t font_size = 15; #endif