Skip to content

v1.6.3

Latest

Choose a tag to compare

@moononournation moononournation released this 21 Nov 14:34
· 4 commits to master since this release
  • Add dev device support
    • Waveshare ESP32-S3-LCD-1.47
  • Add ESP32-C2, C5, C6, H2 and P4 pins default databus and values
  • Adopt W3C color keywords
    • The code original using color RGB565_GREEN should change to RGB565_LIME
  • Refresh unifont version to jp-17.0.03
  • Changed all u8g2 custom font from Transparent font to common height font
    • u8g2_font_unifont_t_chinese -> u8g2_font_unifont_h_chinese
    • u8g2_font_unifont_t_chinese4 -> u8g2_font_unifont_h_chinese4
    • u8g2_font_unifont_t_cjk -> u8g2_font_unifont_h_cjk
    • u8g2_font_unifont_t_utf8 -> u8g2_font_unifont_h_utf8
  • Add more example
    • AnalogClockNTP.ino
    • DigitalClock.ino
    • DigitalClockNTP.ino
    • ESP32C5WiFiAnalyzer.ino
    • ESP32C5WiFiAnalyzerUTF8.ino