OMOTE/Platformio/hardware/ESP32
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
..
lib simulator for Windows, WSL2 and Linux 2024-03-10 19:27:46 +01:00
battery_hal_esp32.cpp simulator for Windows, WSL2 and Linux 2024-03-10 19:27:46 +01:00
battery_hal_esp32.h simulator for Windows, WSL2 and Linux 2024-03-10 19:27:46 +01:00
hardware_general_hal_esp32.cpp rearranged order of hardware initialization 2024-03-15 21:35:13 +01:00
hardware_general_hal_esp32.h simulator for Windows, WSL2 and Linux 2024-03-10 19:27:46 +01:00
heapUsage_hal_esp32.cpp simulator for Windows, WSL2 and Linux 2024-03-10 19:27:46 +01:00
heapUsage_hal_esp32.h simulator for Windows, WSL2 and Linux 2024-03-10 19:27:46 +01:00
include_hal_esp32.h simulator for Windows, WSL2 and Linux 2024-03-10 19:27:46 +01:00
infrared_receiver_hal_esp32.cpp MQTT support in lvgl simulator 2024-03-18 20:20:59 +01:00
infrared_receiver_hal_esp32.h MQTT support in lvgl simulator 2024-03-18 20:20:59 +01:00
infrared_sender_hal_esp32.cpp some format changes 2024-04-16 13:19:32 +02:00
infrared_sender_hal_esp32.h simulator for Windows, WSL2 and Linux 2024-03-10 19:27:46 +01:00
keyboard_ble_hal_esp32.cpp simulator for Windows, WSL2 and Linux 2024-03-10 19:27:46 +01:00
keyboard_ble_hal_esp32.h simulator for Windows, WSL2 and Linux 2024-03-10 19:27:46 +01:00
keypad_keys_hal_esp32.cpp simulator for Windows, WSL2 and Linux 2024-03-10 19:27:46 +01:00
keypad_keys_hal_esp32.h simulator for Windows, WSL2 and Linux 2024-03-10 19:27:46 +01:00
lvgl_hal_esp32.cpp simulator for Windows, WSL2 and Linux 2024-03-10 19:27:46 +01:00
lvgl_hal_esp32.h simulator for Windows, WSL2 and Linux 2024-03-10 19:27:46 +01:00
mqtt_hal_esp32.cpp MQTT support in lvgl simulator 2024-03-18 20:20:59 +01:00
mqtt_hal_esp32.h MQTT support in lvgl simulator 2024-03-18 20:20:59 +01:00
preferencesStorage_hal_esp32.cpp Fix reverse threshold values 2024-04-27 13:46:36 +02:00
preferencesStorage_hal_esp32.h simulator for Windows, WSL2 and Linux 2024-03-10 19:27:46 +01:00
sleep_hal_esp32.cpp Fix reverse threshold values 2024-04-27 13:46:36 +02:00
sleep_hal_esp32.h Added slider to settings gui for adjusting wake up 2024-04-19 17:36:14 +02:00
tft_hal_esp32.cpp wait only 5 ms instead of 100 ms for LCD driver to power on 2024-03-24 12:59:07 +01:00
tft_hal_esp32.h simulator for Windows, WSL2 and Linux 2024-03-10 19:27:46 +01:00
user_led_hal_esp32.cpp simulator for Windows, WSL2 and Linux 2024-03-10 19:27:46 +01:00
user_led_hal_esp32.h simulator for Windows, WSL2 and Linux 2024-03-10 19:27:46 +01:00