landonr / homeThing

Wifi Smart Home Remotes that run on ESPHome
https://homething.io
GNU General Public License v3.0
445 stars 32 forks source link

Improve display code #34

Open landonr opened 1 year ago

landonr commented 1 year ago

Is your feature request related to a problem? Please describe. The display code should be more independent from remote specific code. it can be based off of the esphome display menu component for colour displays

Describe the solution you'd like esphome has added a basic display menu component that we can build on for lcd displays https://esphome.io/components/display/index.html heres the pr for it https://github.com/esphome/esphome/pull/3406 this arduino library has some good inspiration https://github.com/Spirik/GEM

Additional context we need to figure out what to do with double height rows

abroooo commented 1 year ago

this arduino library has some good inspiration https://github.com/Spirik/GEM

That looks really good! That sounds like a very good idea 👍