esp-idf-ssd1306/TextDemo
2024-09-11 12:18:25 +09:00
..
main Added i2c port number selection 2023-07-25 06:18:04 +09:00
CMakeLists.txt Changed to components 2022-04-26 15:20:31 +09:00
README.md Update README.md 2024-09-11 12:18:25 +09:00
sdkconfig.defaults Changed the operating frequency from 160MHz to 240MHz for esp32 2022-08-09 23:24:44 +09:00

TextDemo for SSD1306

TextDemo

This repository uses this font file by default, but you can also use True Type Font and BDF Font.

Using BDF Font.
https://github.com/nopnop2002/esp-idf-ssd1306/tree/master/BdfFontDemo

Using True Type Font.
https://github.com/nopnop2002/esp-idf-ssd1306/tree/master/FreeTypeDemo