Commit Graph

117 Commits

Author SHA1 Message Date
JustMe-NL caa4235c75 Fix reverse threshold values
Sliders only support ranges from min to max but the slider visual and the setting to the IMU are reversed.
At the IMU we therefore store 0x7F, which is the maximum possible value, minus the slider value:
0x7F-0x3A = 0x45. So if the minimum IMU value is practically 0x40, the maximum slider value shuld be 0x3F.
We use a non signed variable so we only need to do a sanitycheck on the maximum slider value of 0x3F.
2024-04-27 13:46:36 +02:00
JustMe-NL b5d7a51d0a Add minimum value of 0x40 to Threshold. 2024-04-27 00:21:48 +02:00
JustMe-NL d1f3a4592f Added slider to settings gui for adjusting wake up
sensitivity.
2024-04-19 17:36:14 +02:00
KlausMu 84e8895102 typo 2024-04-16 15:15:09 +02:00
KlausMu 8e24963605 introduction of "device_pool" 2024-04-16 14:21:16 +02:00
KlausMu 62386efa4d some format changes 2024-04-16 13:19:32 +02:00
Klaus Musch ef12879b0d
Merge pull request #78 from JustMe-NL/main
As discussed in Sharing devices #77
2024-04-16 13:13:26 +02:00
JustMe-NL 75d9a53104
Update main.cpp 2024-04-15 20:02:38 +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
Max 3a6711e181 Charging Dock CAD files added 2024-04-14 15:27:25 +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 9669d15c3c run sudo apt update in Ubuntu build 2024-04-05 13:18:50 +02:00
KlausMu ff60667ed2 increased timer until scene is activated 2024-04-05 13:18:50 +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
Klaus Musch 4568d0338e
Merge pull request #69 from CoretechR/lvgl-simulator
Lvgl simulator
2024-03-25 20:07:16 +01:00
KlausMu d91b3c0041 receive MQTT message even if gui is not in memory 2024-03-24 19:20:04 +01: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 c9c850f9cb Merge branch 'lvgl-simulator' of https://github.com/CoretechR/OMOTE into lvgl-simulator 2024-03-18 20:23:57 +01:00
KlausMu 665b6908e1 MQTT support in lvgl simulator 2024-03-18 20:20:59 +01:00
Klaus Musch 06b1455580
Update README.md 2024-03-16 21:27:53 +01:00
Klaus Musch 54b8dd1453
Update README.md 2024-03-16 21:27:22 +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 af815a234f folders removed which are not used anymore 2024-03-14 17:48:52 +01:00
KlausMu ac29d4936b enable smarthome when wifi is enabled, not when mqtt keyboard is enabled 2024-03-14 14:43:33 +01:00
Klaus Musch 51a6c7306c
Update build-platformio-windows.yml 2024-03-13 15:09:22 +01:00
Klaus Musch 98d2938247
Update build-platformio-ubuntu.yml 2024-03-13 15:09:18 +01:00
Klaus Musch 88d52a7ab3
Update build-platformio-windows.yml 2024-03-13 15:01:51 +01:00
Klaus Musch e0bc72e758
Update build-platformio-ubuntu.yml 2024-03-13 15:01:47 +01:00
Klaus Musch fa4a72bb63
Update build-platformio-windows.yml 2024-03-13 14:55:41 +01:00
Klaus Musch 3656589292
Update build-platformio-windows.yml 2024-03-13 09:53:46 +01:00
KlausMu 5e058cbeb8 updated README 2024-03-13 09:30:17 +01:00
KlausMu 7cafda93da Merge branch 'lvgl-simulator' of https://github.com/CoretechR/OMOTE into lvgl-simulator 2024-03-13 07:17:41 +01:00
KlausMu 3e22a4c88b changed .vscode/settings.json 2024-03-13 07:17:36 +01:00
KlausMu 2e33a24c56 updated README 2024-03-12 23:52:35 +01:00
KlausMu b9d56398c1 changed README 2024-03-12 23:48:45 +01:00
KlausMu 81d1aec942 Merge branch 'main' into lvgl-simulator 2024-03-12 23:47:18 +01:00
KlausMu b9b831082e Update README.md 2024-03-12 23:47:08 +01:00
Klaus Musch ee68361273
Update README.md 2024-03-12 23:25:38 +01:00
Klaus Musch 8875397fe1
Update build-platformio-windows.yml 2024-03-12 23:20:45 +01:00
Klaus Musch a6235f69f0
Update build-platformio-windows.yml 2024-03-12 23:19:48 +01:00
Klaus Musch b52480995f
Update build-platformio-ubuntu.yml 2024-03-12 23:19:23 +01:00
KlausMu 501c15e3b8 Merge branch 'main' into lvgl-simulator 2024-03-12 23:13:32 +01:00
Klaus Musch 8ed4e399a6
Update README.md 2024-03-12 23:10:06 +01:00
Klaus Musch 7efd7ac6e8
Update README.md 2024-03-12 23:08:30 +01:00
KlausMu a757f61193 new action for windows build 2024-03-12 22:53:29 +01:00
Klaus Musch 70c3d13b5b
Update build-platformio-ubuntu.yml 2024-03-12 22:35:00 +01:00