mirror of
https://github.com/stasenso/rp_pico_display_engine.git
synced 2026-06-27 05:42:41 +03:00
9 lines
257 B
C
9 lines
257 B
C
// Изображение, сгенерированное из Font/font_grid_with_cyrillic.bmp
|
|
#include <stdint.h>
|
|
|
|
const uint16_t image_linear_width = 7744;
|
|
const uint8_t char_width = 22;
|
|
const uint8_t char_height = 22;
|
|
const uint16_t total_chars = 352;
|
|
|