Skip to content

Port the U8G2 display driver library (which includes all drivers, fonts, and function methods) to an ESP-IDF component and provide an example.

License

Notifications You must be signed in to change notification settings

HwzLoveDz/U8G2_ESP-IDF_OLED

Repository files navigation

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文件中禁用或启用例程即可。一次只能取消注释一个例程,否则会如你所愿的报错。 image
  • 在接口库设置 I2C 引脚与频率 image
  • 例程分为动态与静态页面缓存刷屏 image
  • 官方参考 image

About

Port the U8G2 display driver library (which includes all drivers, fonts, and function methods) to an ESP-IDF component and provide an example.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published