-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for more devices added and tested. #1
base: main
Are you sure you want to change the base?
Conversation
modified: README.md new file: components/hd_device_esp32_3248s035c/Font16.c new file: components/hd_device_esp32_3248s035c/Font24.c new file: components/hd_device_esp32_3248s035c/LGFX.cpp new file: components/hd_device_esp32_3248s035c/LGFX.h new file: components/hd_device_esp32_3248s035c/Material24.c new file: components/hd_device_esp32_3248s035c/Material48.c new file: components/hd_device_esp32_3248s035c/__init__.py new file: components/hd_device_esp32_3248s035c/bg_480x320.c new file: components/hd_device_esp32_3248s035c/hd_device_esp32_3248s035c.cpp new file: components/hd_device_esp32_3248s035c/hd_device_esp32_3248s035c.h new file: components/hd_device_esp32_3248s035c/lv_conf.h new file: components/hd_device_esp32_8048s043c/Font16.c new file: components/hd_device_esp32_8048s043c/Font24.c new file: components/hd_device_esp32_8048s043c/LGFX.cpp new file: components/hd_device_esp32_8048s043c/LGFX.h new file: components/hd_device_esp32_8048s043c/Material24.c new file: components/hd_device_esp32_8048s043c/Material48.c new file: components/hd_device_esp32_8048s043c/__init__.py new file: components/hd_device_esp32_8048s043c/hd_device_esp32_8048s043c.cpp new file: components/hd_device_esp32_8048s043c/hd_device_esp32_8048s043c.h new file: components/hd_device_esp32_8048s043c/lv_conf.h
modified: README.md
modified: README.md deleted: README.md.bak
modified: README.md
modified: README.md
modified: README.md
new file: examples/custom_nospiff.csv
modified: components/hd_device_esp32_8048s043c/LGFX.cpp modified: components/hd_device_esp32_8048s043c/hd_device_esp32_8048s043c.cpp new file: components/hd_device_esp32_8048s050c/Font16.c new file: components/hd_device_esp32_8048s050c/Font24.c new file: components/hd_device_esp32_8048s050c/LGFX.cpp new file: components/hd_device_esp32_8048s050c/LGFX.h new file: components/hd_device_esp32_8048s050c/Material24.c new file: components/hd_device_esp32_8048s050c/Material48.c new file: components/hd_device_esp32_8048s050c/__init__.py new file: components/hd_device_esp32_8048s050c/hd_device_esp32_8048s050c.cpp new file: components/hd_device_esp32_8048s050c/hd_device_esp32_8048s050c.h new file: components/hd_device_esp32_8048s050c/lv_conf.h new file: components/hd_device_esp32_8048s070c/Font16.c new file: components/hd_device_esp32_8048s070c/Font24.c new file: components/hd_device_esp32_8048s070c/LGFX.cpp new file: components/hd_device_esp32_8048s070c/LGFX.h new file: components/hd_device_esp32_8048s070c/Material24.c new file: components/hd_device_esp32_8048s070c/Material48.c new file: components/hd_device_esp32_8048s070c/__init__.py new file: components/hd_device_esp32_8048s070c/hd_device_esp32_8048s070c.cpp new file: components/hd_device_esp32_8048s070c/hd_device_esp32_8048s070c.h new file: components/hd_device_esp32_8048s070c/lv_conf.h
new file: components/hd_device_wt32_sc01/Font16.c new file: components/hd_device_wt32_sc01/Font24.c new file: components/hd_device_wt32_sc01/LGFX.cpp new file: components/hd_device_wt32_sc01/LGFX.h new file: components/hd_device_wt32_sc01/Material24.c new file: components/hd_device_wt32_sc01/Material48.c new file: components/hd_device_wt32_sc01/__init__.py new file: components/hd_device_wt32_sc01/bg_480x320.c new file: components/hd_device_wt32_sc01/hd_device_wt32_sc01.cpp new file: components/hd_device_wt32_sc01/hd_device_wt32_sc01.h new file: components/hd_device_wt32_sc01/lv_conf.h
new file: examples/ESP32-3248S035C.yaml new file: examples/ESP32-8048S043C.yaml new file: examples/ESP32-8048S050C.yaml new file: examples/ESP32-8048S070C.yaml new file: examples/WT32-SC01.yaml
modified: README.md
modified: components/hd_device_esp32_8048s070c/hd_device_esp32_8048s070c.cpp modified: examples/ESP32-8048S043C.yaml modified: examples/ESP32-8048S050C.yaml modified: examples/ESP32-8048S070C.yaml
Hi. Thank you for the PR. As I'm currently focusing on developing the new version of HA Deck that comes with additional widgets, styles, and other features, I won't be able to provide support for new boards. Once the initial release is ready, I need to figure out the best way to do it, as there are numerous screens to consider, and it won't be feasible for me to test and maintain them all. |
@@ -29,7 +37,7 @@ First, import components using the external [components feature](https://esphome | |||
external_components: | |||
- source: | |||
type: git | |||
url: https://github.com/strange-v/ha_deck | |||
url: https://github.com/tovini/ha_deck |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please revert this line
Is it possible to add support for RGB+SPI displays as well? |
No description provided.