Files
oled-counter-esp32/README.md
Elias Ahokas 224a354394 add README
2025-10-18 20:03:52 +03:00

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)