u8g2_luat_fonts.h 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. #ifndef U8G2_LUAT_FONTS_H
  2. #define U8G2_LUAT_FONTS_H
  3. #include "u8x8.h"
  4. /*==========================================*/
  5. /* C++ compatible */
  6. #ifdef __cplusplus
  7. extern "C" {
  8. #endif
  9. /*==========================================*/
  10. /*==========================================*/
  11. /* start font list */
  12. extern const uint8_t u8g2_font_opposansm8[] U8G2_FONT_SECTION("u8g2_font_opposansm8");
  13. extern const uint8_t u8g2_font_opposansm10[] U8G2_FONT_SECTION("u8g2_font_opposansm10");
  14. extern const uint8_t u8g2_font_opposansm12[] U8G2_FONT_SECTION("u8g2_font_opposansm12");
  15. extern const uint8_t u8g2_font_opposansm16[] U8G2_FONT_SECTION("u8g2_font_opposansm16");
  16. extern const uint8_t u8g2_font_opposansm18[] U8G2_FONT_SECTION("u8g2_font_opposansm18");
  17. extern const uint8_t u8g2_font_opposansm20[] U8G2_FONT_SECTION("u8g2_font_opposansm20");
  18. extern const uint8_t u8g2_font_opposansm22[] U8G2_FONT_SECTION("u8g2_font_opposansm22");
  19. extern const uint8_t u8g2_font_opposansm24[] U8G2_FONT_SECTION("u8g2_font_opposansm24");
  20. extern const uint8_t u8g2_font_opposansm32[] U8G2_FONT_SECTION("u8g2_font_opposansm32");
  21. extern const uint8_t u8g2_font_opposansm8_chinese[] U8G2_FONT_SECTION("u8g2_font_opposansm8_chinese");
  22. extern const uint8_t u8g2_font_opposansm10_chinese[] U8G2_FONT_SECTION("u8g2_font_opposansm10_chinese");
  23. extern const uint8_t u8g2_font_opposansm12_chinese[] U8G2_FONT_SECTION("u8g2_font_opposansm12_chinese");
  24. extern const uint8_t u8g2_font_opposansm16_chinese[] U8G2_FONT_SECTION("u8g2_font_opposansm16_chinese");
  25. extern const uint8_t u8g2_font_opposansm18_chinese[] U8G2_FONT_SECTION("u8g2_font_opposansm18_chinese");
  26. extern const uint8_t u8g2_font_opposansm20_chinese[] U8G2_FONT_SECTION("u8g2_font_opposansm20_chinese");
  27. extern const uint8_t u8g2_font_opposansm22_chinese[] U8G2_FONT_SECTION("u8g2_font_opposansm22_chinese");
  28. extern const uint8_t u8g2_font_opposansm24_chinese[] U8G2_FONT_SECTION("u8g2_font_opposansm24_chinese");
  29. extern const uint8_t u8g2_font_opposansm32_chinese[] U8G2_FONT_SECTION("u8g2_font_opposansm32_chinese");
  30. extern const uint8_t u8g2_font_sarasa_m8_ascii[] U8G2_FONT_SECTION("u8g2_font_sarasa_m8_ascii");
  31. extern const uint8_t u8g2_font_sarasa_m10_ascii[] U8G2_FONT_SECTION("u8g2_font_sarasa_m10_ascii");
  32. extern const uint8_t u8g2_font_sarasa_m12_ascii[] U8G2_FONT_SECTION("u8g2_font_sarasa_m12_ascii");
  33. extern const uint8_t u8g2_font_sarasa_m14_ascii[] U8G2_FONT_SECTION("u8g2_font_sarasa_m14_ascii");
  34. extern const uint8_t u8g2_font_sarasa_m16_ascii[] U8G2_FONT_SECTION("u8g2_font_sarasa_m16_ascii");
  35. extern const uint8_t u8g2_font_sarasa_m18_ascii[] U8G2_FONT_SECTION("u8g2_font_sarasa_m18_ascii");
  36. extern const uint8_t u8g2_font_sarasa_m20_ascii[] U8G2_FONT_SECTION("u8g2_font_sarasa_m20_ascii");
  37. extern const uint8_t u8g2_font_sarasa_m22_ascii[] U8G2_FONT_SECTION("u8g2_font_sarasa_m22_ascii");
  38. extern const uint8_t u8g2_font_sarasa_m24_ascii[] U8G2_FONT_SECTION("u8g2_font_sarasa_m24_ascii");
  39. extern const uint8_t u8g2_font_sarasa_m26_ascii[] U8G2_FONT_SECTION("u8g2_font_sarasa_m26_ascii");
  40. extern const uint8_t u8g2_font_sarasa_m28_ascii[] U8G2_FONT_SECTION("u8g2_font_sarasa_m28_ascii");
  41. extern const uint8_t u8g2_font_sarasa_m30_ascii[] U8G2_FONT_SECTION("u8g2_font_sarasa_m30_ascii");
  42. extern const uint8_t u8g2_font_sarasa_m32_ascii[] U8G2_FONT_SECTION("u8g2_font_sarasa_m32_ascii");
  43. extern const uint8_t u8g2_font_sarasa_m8_chinese[] U8G2_FONT_SECTION("u8g2_font_sarasa_m8_chinese");
  44. extern const uint8_t u8g2_font_sarasa_m10_chinese[] U8G2_FONT_SECTION("u8g2_font_sarasa_m10_chinese");
  45. extern const uint8_t u8g2_font_sarasa_m12_chinese[] U8G2_FONT_SECTION("u8g2_font_sarasa_m12_chinese");
  46. extern const uint8_t u8g2_font_sarasa_m14_chinese[] U8G2_FONT_SECTION("u8g2_font_sarasa_m14_chinese");
  47. extern const uint8_t u8g2_font_sarasa_m16_chinese[] U8G2_FONT_SECTION("u8g2_font_sarasa_m16_chinese");
  48. extern const uint8_t u8g2_font_sarasa_m18_chinese[] U8G2_FONT_SECTION("u8g2_font_sarasa_m18_chinese");
  49. extern const uint8_t u8g2_font_sarasa_m20_chinese[] U8G2_FONT_SECTION("u8g2_font_sarasa_m20_chinese");
  50. extern const uint8_t u8g2_font_sarasa_m22_chinese[] U8G2_FONT_SECTION("u8g2_font_sarasa_m22_chinese");
  51. extern const uint8_t u8g2_font_sarasa_m24_chinese[] U8G2_FONT_SECTION("u8g2_font_sarasa_m24_chinese");
  52. extern const uint8_t u8g2_font_sarasa_m26_chinese[] U8G2_FONT_SECTION("u8g2_font_sarasa_m26_chinese");
  53. extern const uint8_t u8g2_font_sarasa_m28_chinese[] U8G2_FONT_SECTION("u8g2_font_sarasa_m28_chinese");
  54. // include custom fonts
  55. #include "luat_u8g2_fonts_custom.h"
  56. /* end font list */
  57. /*==========================================*/
  58. /* C++ compatible */
  59. #ifdef __cplusplus
  60. }
  61. #endif
  62. #endif