Commit Graph

17 Commits

Author SHA1 Message Date
KlausMu e517ca5431 Merge branch 'main' into lvgl_9.1 2024-06-09 08:38:58 +02:00
KlausMu cbeacbb7ee Fallback in case of sleepTimeout is set to 0 2024-06-09 08:38:34 +02:00
KlausMu 9cf815057b Merge branch 'main' into lvgl_9.1 2024-05-26 20:53:28 +02:00
Max a13418b035 Hardware Revision 4 Initial Commit
Changes in hardware:
- MAX17048 for battery monitoring instead of ESP32 ADC
- Onboard LiPo protection for overvoltage, undervoltage and overcurrent (DW01A) (issue #53)
- Testpoints added for critical signals
- Capacitor on ESP32_EN changed from 100nF to 1uF ( issue #62)
- Easier to source LiPo charger (TP4056)
- LiPo charger status input fixed(issue #55)
Changes in software:
- MAX17048G added as source for battery stats (enabled by defining board revision 4 in Platformio.ini)
2024-05-25 17:08:23 +02:00
KlausMu d69913c323 Merge branch 'main' into lvgl_9.1 2024-05-09 08:03:35 +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
KlausMu 312072be7e Merge branch 'main' into lvgl_9.1 2024-04-16 15:22:11 +02:00
KlausMu 62386efa4d some format changes 2024-04-16 13:19:32 +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 a1ce03d9d5 switched to lvgl 9.1 2024-04-08 10:27:52 +02:00
KlausMu 054a9dbc51 wait only 5 ms instead of 100 ms for LCD driver to power on 2024-03-24 12:59:07 +01:00
KlausMu 665b6908e1 MQTT support in lvgl simulator 2024-03-18 20:20:59 +01:00
KlausMu 73caf51198 prevent high current during sleep 2024-03-16 21:25:33 +01:00
KlausMu 17873f50d4 prevent high current during sleep 2024-03-16 21:24:10 +01:00
KlausMu dbfa058d22 rearranged order of hardware initialization 2024-03-15 21:35:13 +01:00
KlausMu 153535b586 simulator for Windows, WSL2 and Linux 2024-03-10 19:27:46 +01:00