Skip to content

HomePoint v0.03

Compare
Choose a tag to compare
@sieren sieren released this 10 Apr 19:19
· 86 commits to master since this release
4ded9b3

Precompiled binaries for

  • NodeMCU ESP32 / Generic / ArduiTouch
  • M5Stack

Changes

  • Sensor types are now generic: Display whichever sensor types you like.
  • Added Hardware Runtime configuration options. Option to set the screen rotation (some IL9341 units touch sensor has a rotated coordinate system), option to switch Pull-Up/Pull-Down on LED PIN for screensaver power saving.
  • Added option to set screensaver timeout in configuration file.
  • Fixed a crash paging on an empty screen
  • Under the hood improvements (Switch to C++17, Removal of drop-in variant and optional)

Warning

This update introduces breaking changes to the configuration file, as sensors are no longer hard-coded as "types" but are generic and require UI icons to be specified in the configuration file. See the example and README for more information.