Thnx for sharing @stevemur , but I guess this still leaves ESPHome not working....
@TTT I have added ESPHome support for the 4.2 inch v1.2 in my custom component:
You can use it by adding external_components to your esphome config:
external_components: - source: github://ESPBoards/esphome-lvgl-crowpanel-epaper-5.79-4.2
And then use crowpanel_epaper platform with 4.20in-v1.2 model:
crowpanel_epaper
4.20in-v1.2
display: - platform: crowpanel_epaper model: "4.20in-v1.2"
@espboards that is AMAZING thank you. Will use for a future project I'm sure.
Comments
Thnx for sharing @stevemur , but I guess this still leaves ESPHome not working....
@TTT
I have added ESPHome support for the 4.2 inch v1.2 in my custom component:
You can use it by adding external_components to your esphome config:
And then use
crowpanel_epaperplatform with4.20in-v1.2model:@espboards that is AMAZING thank you. Will use for a future project I'm sure.