PlatformIO package of the Teensy core framework compatible with GCC 10 & C++20
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

34 lines
1015B

  1. #ifndef _ILI9341_t3_font_ArialBold_
  2. #define _ILI9341_t3_font_ArialBold_
  3. #include "ILI9341_t3.h"
  4. #ifdef __cplusplus
  5. extern "C" {
  6. #endif
  7. extern const ILI9341_t3_font_t Arial_8_Bold;
  8. extern const ILI9341_t3_font_t Arial_9_Bold;
  9. extern const ILI9341_t3_font_t Arial_10_Bold;
  10. extern const ILI9341_t3_font_t Arial_11_Bold;
  11. extern const ILI9341_t3_font_t Arial_12_Bold;
  12. extern const ILI9341_t3_font_t Arial_13_Bold;
  13. extern const ILI9341_t3_font_t Arial_14_Bold;
  14. extern const ILI9341_t3_font_t Arial_16_Bold;
  15. extern const ILI9341_t3_font_t Arial_18_Bold;
  16. extern const ILI9341_t3_font_t Arial_20_Bold;
  17. extern const ILI9341_t3_font_t Arial_24_Bold;
  18. extern const ILI9341_t3_font_t Arial_28_Bold;
  19. extern const ILI9341_t3_font_t Arial_32_Bold;
  20. extern const ILI9341_t3_font_t Arial_40_Bold;
  21. extern const ILI9341_t3_font_t Arial_48_Bold;
  22. extern const ILI9341_t3_font_t Arial_60_Bold;
  23. extern const ILI9341_t3_font_t Arial_72_Bold;
  24. extern const ILI9341_t3_font_t Arial_96_Bold;
  25. #ifdef __cplusplus
  26. } // extern "C"
  27. #endif
  28. #endif