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,12 @@
|
||||
#ifndef IMAGE_DATA_H
|
||||
#define IMAGE_DATA_H
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
extern const uint16_t image_linear_width;
|
||||
extern const uint8_t char_width;
|
||||
extern const uint8_t char_height;
|
||||
extern const uint16_t total_chars;
|
||||
extern const uint8_t image_data[];
|
||||
|
||||
#endif // IMAGE_DATA_H
|
||||
Reference in New Issue
Block a user