https://github.com/hwzlovedz/u8g2_esp-idf_oled
Port the U8G2 display driver library (which includes all drivers, fonts, and function methods) to an ESP-IDF component and provide an example.
https://github.com/hwzlovedz/u8g2_esp-idf_oled
c esp-idf esp32 esp32-s3 oled u8g2
Last synced: 6 months ago
JSON representation
Port the U8G2 display driver library (which includes all drivers, fonts, and function methods) to an ESP-IDF component and provide an example.
- Host: GitHub
- URL: https://github.com/hwzlovedz/u8g2_esp-idf_oled
- Owner: HwzLoveDz
- License: mit
- Created: 2024-08-15T18:51:15.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-15T19:34:03.000Z (almost 2 years ago)
- Last Synced: 2025-02-10T03:32:08.486Z (over 1 year ago)
- Topics: c, esp-idf, esp32, esp32-s3, oled, u8g2
- Language: C
- Homepage:
- Size: 47.5 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# U8G2_ESP-IDF_OLED
Port the U8G2 display driver library (which includes all drivers, fonts, and function methods) to an ESP-IDF component and provide an example.
## 初始化与其他方法请参阅官方Wiki,超级详细:https://github.com/olikraus/u8g2/wiki/u8g2setupc
## 如何使用例程
* 在`main`文件夹下的`CMakeLists.txt`文件中禁用或启用例程即可。一次只能取消注释一个例程,否则会如你所愿的报错。

* 在接口库设置 I2C 引脚与频率

* 例程分为动态与静态页面缓存刷屏

* 官方参考
