mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-31 11:56:32 +03:00
Refactoring
- Add SPI display - Add SSD1326 (not fully tested) - Remove all but one dependecies to HW (#define) - Cleanup KProjectBuild - Update .defaults
This commit is contained in:
16
components/services/tarablessd13x6/README.md
Normal file
16
components/services/tarablessd13x6/README.md
Normal file
@@ -0,0 +1,16 @@
|
||||
<!---
|
||||
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
|
||||
Reference in New Issue
Block a user