arial_8_ukr.h 227 B

1234567891011121314
  1. #ifndef __ARIAL_8_UKR_H__
  2. #define __ARIAL_8_UKR_H__
  3. #include <stdint.h>
  4. typedef struct {
  5. uint8_t height;
  6. const uint8_t *width;
  7. const uint16_t *data;
  8. } FontDefV;
  9. extern FontDefV Arial_8x10;
  10. #endif // __ARIAL_8_UKR_H__