CrowPanel 4.2" E-Paper (DIE07300S, V1.0) — panel frozen, won't update even with official factory fw

13»

Comments

  • Thnx for sharing @stevemur , but I guess this still leaves ESPHome not working....

  • edited August 18

    @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:

    display:
      - platform: crowpanel_epaper
        model: "4.20in-v1.2"
    
  • @espboards that is AMAZING thank you. Will use for a future project I'm sure.

Sign In or Register to comment.