mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-09 04:57:06 +03:00
17 lines
457 B
Markdown
17 lines
457 B
Markdown
<!---
|
|
Copyright (c) 2017 Tara Keeling
|
|
|
|
This software is released under the MIT License.
|
|
https://opensource.org/licenses/MIT
|
|
-->
|
|
|
|
# SSD1306 Component for the ESP32 and ESP-IDF SDK
|
|
|
|
## About:
|
|
This is a simple component for the SSD1306 display.
|
|
It supports multiple display sizes on both i2c and spi interfaces.
|
|
|
|
Check out the wiki where most of the relevant information is.
|
|
|
|
***Examples:*** https://github.com/TaraHoleInIt/tarablessd1306_examples
|