Commit Graph

4 Commits

Author SHA1 Message Date
mutatrum
6ff993b97d Add new config fields for #1064 (#1082) 2025-06-27 18:50:49 +02:00
mutatrum
6711078839 Improve status messages on self-test finish. (#1086)
* Improve status messages on self-test finish.

This doesn't change the logic, but does change the messaging to the user, mainly on a failed self-test which was started by pressing the BOOT button on start-up.

Also moved display logic into self-test for clarity.

Fixes #1076

* Missed some renamed variable

* Improve wording

* Wait on boot button is only for failed factory self-test

* Add logging line

* Call nvs_commit before esp_restart

* More logging

* Test boot button after factory self-test check
2025-06-27 17:58:14 +02:00
mutatrum
fbefce37a4 SH1107 (64x128) display support completed (#1022)
* LVGL v9.3

* Replace flipscreen with display rotation

* Extract flex_screen creation and fix logo alignment on small screen

* Fix whitespace
2025-06-22 16:38:13 +02:00
mutatrum
47a5516f35 Custom board config (#1018)
* Initial commit
* Fix NVS field name length
* Add config-custom.cvs example
* Extend example config
* Update self_test.c
* Add documentation
2025-06-21 15:50:36 +02:00