#ifndef __ARIAL_8_UKR_H__ #define __ARIAL_8_UKR_H__ #include <stdint.h> typedef struct { uint8_t height; const uint8_t *width; const uint16_t *data; } FontDefV; extern FontDefV Arial_8x10; #endif // __ARIAL_8_UKR_H__