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:
philippe44
2020-02-09 00:25:50 -08:00
parent f2920675f8
commit cfae996fd3
60 changed files with 1257 additions and 1017 deletions

View 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