12 lines
482 B
Markdown
12 lines
482 B
Markdown
# OLED display counter
|
|
|
|
A simple counter on an oled display.
|
|
|
|
## References
|
|
|
|
- [Esp32 programming guide](https://docs.espressif.com/projects/esp-idf/en/stable/esp32/get-started/index.html)
|
|
- [Esp32 datasheet](https://www.espressif.com/sites/default/files/documentation/esp32-wroom-32d_esp32-wroom-32u_datasheet_en.pdf)
|
|
- [SSD1306 datasheet](https://cdn-shop.adafruit.com/datasheets/SSD1306.pdf)
|
|
- [lvgl programming guide](https://docs.lvgl.io/master/intro/introduction/index.html)
|
|
|