mirror of
https://github.com/stasenso/rp_pico_test.git
synced 2026-06-26 21:42:44 +03:00
The garbled text appeared
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
// Изображение, сгенерированное из 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;
|
||||
|
||||
Reference in New Issue
Block a user