Commit graph

13 commits

Author SHA1 Message Date
KlausMu
749f13417e support of "showSpecificGUI" in sceneHandler 2024-05-09 07:55:07 +02:00
KlausMu
267e39bf93 allow gui specific key bindings 2024-05-09 07:55:07 +02:00
KlausMu
d833827fab navigate to specific GUI and back to last position in previous gui list 2024-05-09 07:55:07 +02:00
KlausMu
5a420c381a reorganized deletion and creation of tabs 2024-05-09 07:55:07 +02:00
JustMe-NL
ac6f77ff2c Added Samsung36 IR protocol:
modified:   Platformio/hardware/ESP32/infrared_sender_hal_esp32.cpp
    modified:   Platformio/hardware/windows_linux/infrared_sender_hal_windows_linux.cpp
	modified:   Platformio/src/applicationInternal/hardware/hardwarePresenter.h

Added 5 new devices:
LG TV
	new file:   Platformio/src/devices/TV/device_lgTV/device_lgTV.cpp
	new file:   Platformio/src/devices/TV/device_lgTV/device_lgTV.h
LG Soundbar
	new file:   Platformio/src/devices/AVreceiver/device_lgsoundbar/device_lgsoundbar.cpp
	new file:   Platformio/src/devices/AVreceiver/device_lgsoundbar/device_lgsoundbar.h
LG Blu-Ray player
	new file:   Platformio/src/devices/mediaPlayer/device_lgbluray/device_lgbluray.cpp
	new file:   Platformio/src/devices/mediaPlayer/device_lgbluray/device_lgbluray.h
Samsung Blu-Ray player
	new file:   Platformio/src/devices/mediaPlayer/device_samsungbluray/device_samsungbluray.cpp
	new file:   Platformio/src/devices/mediaPlayer/device_samsungbluray/device_samsungbluray.h
Nvidea Shield 2015
	new file:   Platformio/src/devices/mediaPlayer/device_shield/device_shield.cpp
	new file:   Platformio/src/devices/mediaPlayer/device_shield/device_shield.h
2024-04-15 13:25:47 +02:00
KlausMu
3b5e8b5c39 changed u_int8_t to int due to consistancy and for mingw 2024-04-11 08:38:31 +02:00
KlausMu
ef162cde24 navigate with pageIndicator and commands to prev and next gui 2024-04-11 08:38:31 +02:00
KlausMu
f0374fde99 renamed scene__defaultKeys to scene__default 2024-04-05 13:18:50 +02:00
KlausMu
4488b1e589 gui for scene selection 2024-04-05 13:18:50 +02:00
KlausMu
665b6908e1 MQTT support in lvgl simulator 2024-03-18 20:20:59 +01:00
KlausMu
934a2cd9af removed unnecessary complexity when registering scenes 2024-03-12 19:12:43 +01:00
KlausMu
991a0db146 added some missing #include <stdint.h> for simulator in Windows 2024-03-10 20:25:53 +01:00
KlausMu
153535b586 simulator for Windows, WSL2 and Linux 2024-03-10 19:27:46 +01:00