PlatformIO package of the Teensy core framework compatible with GCC 10 & C++20
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

34 行
1.0KB

  1. #ifndef _ST7735_t3_font_ComicSansMS_
  2. #define _ST7735_t3_font_ComicSansMS_
  3. #include "ILI9341_fonts.h"
  4. #ifdef __cplusplus
  5. extern "C" {
  6. #endif
  7. extern const ILI9341_t3_font_t ComicSansMS_8;
  8. extern const ILI9341_t3_font_t ComicSansMS_9;
  9. extern const ILI9341_t3_font_t ComicSansMS_10;
  10. extern const ILI9341_t3_font_t ComicSansMS_11;
  11. extern const ILI9341_t3_font_t ComicSansMS_12;
  12. extern const ILI9341_t3_font_t ComicSansMS_13;
  13. extern const ILI9341_t3_font_t ComicSansMS_14;
  14. extern const ILI9341_t3_font_t ComicSansMS_16;
  15. extern const ILI9341_t3_font_t ComicSansMS_18;
  16. extern const ILI9341_t3_font_t ComicSansMS_20;
  17. extern const ILI9341_t3_font_t ComicSansMS_24;
  18. extern const ILI9341_t3_font_t ComicSansMS_28;
  19. extern const ILI9341_t3_font_t ComicSansMS_32;
  20. extern const ILI9341_t3_font_t ComicSansMS_40;
  21. extern const ILI9341_t3_font_t ComicSansMS_48;
  22. extern const ILI9341_t3_font_t ComicSansMS_60;
  23. extern const ILI9341_t3_font_t ComicSansMS_72;
  24. extern const ILI9341_t3_font_t ComicSansMS_96;
  25. #ifdef __cplusplus
  26. } // extern "C"
  27. #endif
  28. #endif