Quellcode durchsuchen

add:u8g2_luat_fonts.h

Dozingfiretruck vor 4 Jahren
Ursprung
Commit
777e39a3bd
1 geänderte Dateien mit 47 neuen und 0 gelöschten Zeilen
  1. 47 0
      luat/packages/u8g2/u8g2_luat_fonts.h

+ 47 - 0
luat/packages/u8g2/u8g2_luat_fonts.h

@@ -0,0 +1,47 @@
+
+#ifndef U8G2_LUAT_FONTS_H
+#define U8G2_LUAT_FONTS_H
+
+#include "u8x8.h"
+
+/*==========================================*/
+/* C++ compatible */
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+/*==========================================*/
+
+
+/*==========================================*/
+
+/* start font list */
+
+extern const uint8_t u8g2_font_opposansm8[] U8G2_FONT_SECTION("u8g2_font_opposansm8");
+extern const uint8_t u8g2_font_opposansm10[] U8G2_FONT_SECTION("u8g2_font_opposansm10");
+extern const uint8_t u8g2_font_opposansm12[] U8G2_FONT_SECTION("u8g2_font_opposansm12");
+extern const uint8_t u8g2_font_opposansm16[] U8G2_FONT_SECTION("u8g2_font_opposansm16");
+extern const uint8_t u8g2_font_opposansm18[] U8G2_FONT_SECTION("u8g2_font_opposansm18");
+extern const uint8_t u8g2_font_opposansm20[] U8G2_FONT_SECTION("u8g2_font_opposansm20");
+extern const uint8_t u8g2_font_opposansm22[] U8G2_FONT_SECTION("u8g2_font_opposansm22");
+extern const uint8_t u8g2_font_opposansm24[] U8G2_FONT_SECTION("u8g2_font_opposansm24");
+extern const uint8_t u8g2_font_opposansm32[] U8G2_FONT_SECTION("u8g2_font_opposansm32");
+extern const uint8_t u8g2_font_opposansm12_chinese[] U8G2_FONT_SECTION("u8g2_font_opposansm12_chinese");
+extern const uint8_t u8g2_font_opposansm16_chinese[] U8G2_FONT_SECTION("u8g2_font_opposansm16_chinese");
+extern const uint8_t u8g2_font_opposansm24_chinese[] U8G2_FONT_SECTION("u8g2_font_opposansm24_chinese");
+extern const uint8_t u8g2_font_opposansm32_chinese[] U8G2_FONT_SECTION("u8g2_font_opposansm32_chinese");
+
+/* end font list */
+
+
+/*==========================================*/
+/* C++ compatible */
+
+#ifdef __cplusplus
+}
+#endif
+
+
+#endif
+