RASCSI/python/ctrlboard/src
Daniel Markstedt 4afb11d3dd
Shutdown splash for the OLED script; restore non-Latin transliteration; other refactoring (#991)
- Bring back the shutdown splash, with the tweak that is blanks out after 700ms
- Restore the non-Latin transliteration originally from https://github.com/akuker/RASCSI/pull/449 which was lost when the `common` package was introduced
- Bump to the latest libraries, while removing implicit dependencies from requirements.txt
- Shorter duration of the startup splash
- Reintroduce shell shutdown/reboot methods for use with the Web UI. This addresses https://github.com/akuker/RASCSI/issues/538 (the ctrlboard client will continue to use the built-in rascsi system calls which are slightly faster)
- Remove overt references to RPi. This addresses https://github.com/akuker/RASCSI/issues/990
- Other refactorings
2022-11-17 16:21:18 -08:00
..
ctrlboard_event_handler Shutdown splash for the OLED script; restore non-Latin transliteration; other refactoring (#991) 2022-11-17 16:21:18 -08:00
ctrlboard_hw 8bit encoder detection + debounced button detection, numpy removal (#710) 2022-03-01 20:27:14 -06:00
menu Initial version of the Control Board UI (#687) 2022-02-25 21:03:36 +01:00
__init__.py Initial version of the Control Board UI (#687) 2022-02-25 21:03:36 +01:00
config.py Initial version of the Control Board UI (#687) 2022-02-25 21:03:36 +01:00
ctrlboard_menu_builder.py Initial version of the Control Board UI (#687) 2022-02-25 21:03:36 +01:00
main.py Initial version of the Control Board UI (#687) 2022-02-25 21:03:36 +01:00
observable.py Initial version of the Control Board UI (#687) 2022-02-25 21:03:36 +01:00
observer.py Initial version of the Control Board UI (#687) 2022-02-25 21:03:36 +01:00
rascsi_menu_controller.py Initial version of the Control Board UI (#687) 2022-02-25 21:03:36 +01:00