Added BME280 sensor support for awtrix_upgrade.
Removed battery readings for awtrix_upgrade
Added DFMiniMp3 lib for replacing the Ulanzi buzzer in the future
- Introduces an function that allows users to add, remove, and rearrange multiple apps on the device at once via MQTT. This provides greater flexibility and customization options. Please note that this function is experimental and should be used with caution.
https://blueforcer.github.io/awtrix-light/#/mqtt?id=addremove-and-rearange-apps
- App transistion is now inacitve if there is only 1 app
- Adds bargraph to notify and customapps
- Every awtrix now gets a unique id for AP, MQTT and HA
- Adds firmware as HA sensor
- Adds wifi strength as HA sensor
- Adds ram usage as HA sensor
- Adds version as HA sensor
- Adds uptime as ISO 8601 as HA sensot
- HA discorvery now gets correct device classes
- fixes bug where date formats are not saved
closes#24closes#23closes#21
- fixes a bug in text lengths calculations with spaces
- adds the onscreen menu option to disable or enable internal apps
Many options are moved from webinterface to onscreen menu the last few versions. if you running awtrix light for some versions now, it could be necessary to delete your config.json and restart in order to cleanup your webinterface.
closes#14
- moves transistion time and app time setting into onscreen-menu
- Text starts to scroll on the left side instead from right
- allows to switch to a page by name via mqtt
- custompages doesnt need to have integers as an id anymore, you can also use strings now.
closes#7closes#4