mikep1998 and GitHub
a3ac5bab3d
Fix default button/switch actions on builds without rules ( #24871 )
...
RulesProcessEvent() in xdrv_10_system_events.ino (which owns the Xdrv10
slot when neither USE_RULES nor USE_SCRIPT is compiled) returned true
unconditionally. SendKey() interprets true as "event serviced", so the
default ButtonN -> ExecuteCommandPower action never executed: the press
was logged (BTN: ButtonN multi-press 1) but the relay never toggled.
Return false instead, mirroring xdrv_10_rules.ino's 'serviced' semantics
where true means a rule actually consumed the event.
2026-07-03 14:23:31 +02:00
mikep1998
ca85acb687
Update xdrv_54_lvgl.ino
...
If using lvgl and universal display and NOT berry then Init_uDisplay declaration needed.
2021-11-19 16:56:15 -08:00
mikep1998 and GitHub
406a1882c9
Merge branch 'arendst:development' into development
2021-10-26 10:12:11 -07:00
mikep1998
67a7e28b78
WIFI connection retry
...
Allow #define to change wifi connection timeout.
2021-10-26 10:11:21 -07:00
mikep1998 and GitHub
bc2919d360
Merge pull request #1 from arendst/development
...
test
2021-10-21 13:22:44 -07:00
mikep1998
207298271a
Revert "Update tasmota_lv_conf.h"
...
This reverts commit b30d559c4d .
2021-10-21 13:20:43 -07:00
mikep1998 and GitHub
5a5843b5ab
Until we provide a way to have our own modifiable copy tasmota_lv_conf.h I would like LV_USE_THEME_MONO defined. ( #12625 )
...
* Update xdrv_54_lvgl.ino
Fix compile error with LVGL define and without USE_BERRY defined
* Update xdrv_54_lvgl.ino
Fix compile error without Berry define.
* GPIO_XPT2046_CS is not specific to ILI9341
GPIO_XPT2046_CS is not specific to ILI9341 it is also used with ILI9488
* Update tasmota_lv_conf.h
2021-07-11 21:21:04 +02:00
mikep1998 and GitHub
ce142d97bc
Merge branch 'arendst:development' into development
2021-07-11 11:54:23 -07:00
mikep1998
b30d559c4d
Update tasmota_lv_conf.h
2021-07-11 11:53:36 -07:00
mikep1998 and GitHub
c76b336545
Fix compile error with Berry defined. ( #12616 )
...
* Update xdrv_54_lvgl.ino
Fix compile error with LVGL define and without USE_BERRY defined
* Update xdrv_54_lvgl.ino
Fix compile error without Berry define.
* GPIO_XPT2046_CS is not specific to ILI9341
GPIO_XPT2046_CS is not specific to ILI9341 it is also used with ILI9488
2021-07-11 09:38:41 +02:00
mikep1998
7a3fabdbdf
Merge branch 'development' of https://github.com/mikep1998/Tasmota into development
2021-07-10 14:26:48 -07:00
mikep1998
82e90220b4
GPIO_XPT2046_CS is not specific to ILI9341
...
GPIO_XPT2046_CS is not specific to ILI9341 it is also used with ILI9488
2021-07-10 14:26:21 -07:00
mikep1998 and GitHub
94000ad95d
Merge branch 'arendst:development' into development
2021-07-10 14:19:58 -07:00
mikep1998
c72465b063
Update xdrv_54_lvgl.ino
...
Fix compile error without Berry define.
2021-07-10 14:19:04 -07:00
mikep1998 and GitHub
9fd3ed597f
Update xdrv_54_lvgl.ino ( #12574 )
...
Fix compile error with LVGL define and without USE_BERRY defined
2021-07-06 08:23:38 +02:00
mikep1998 and GitHub
f27eef5730
Merge branch 'arendst:development' into development
2021-07-05 21:51:53 -07:00
mikep1998
5aa1d225d7
Update xdrv_54_lvgl.ino
...
Fix compile error with LVGL define and without USE_BERRY defined
2021-07-05 21:49:18 -07:00
mikep1998
0d69c2a9fd
Merge branch 'arendst:development' into development
2021-05-21 18:11:23 -07:00
mikep1998
1705d3fdcb
Merge branch 'arendst:development' into development
2021-05-17 10:29:03 -07:00
mikep1998
b1c98a08bf
Merge branch 'arendst:development' into development
2021-05-16 16:31:10 -07:00
mikep1998 and Yves De Muyter
31489f3b70
rework of mapping
2021-05-16 19:27:40 +02:00
mikep1998 and Yves De Muyter
78ce5adc5b
uDisplay support for new opcodes.
2021-05-16 19:27:40 +02:00
mikep1998 and Yves De Muyter
b71437024a
Adding support for ILI9488/XPT2046 display
2021-05-16 19:27:39 +02:00
mikep1998
38909eb60b
Merge branch 'arendst:development' into development
2021-05-13 11:58:00 -07:00
mikep1998
8ccca7eebb
Move DSP_ROM_DESC into user configurable #define.
2021-05-13 11:39:29 -07:00
mikep1998
1c1495d52d
rework of mapping
2021-05-11 00:26:14 -07:00
mikep1998
de506edd8e
uDisplay support for new opcodes.
2021-05-10 13:40:27 -07:00
mikep1998
cec4828a13
Adding support for ILI9488/XPT2046 display
2021-05-10 13:26:59 -07:00
mikep1998
212ea27170
Update xdrv_27_shutter.ino
...
Add #define to turn off servo in ShutterPowerOff.
2021-02-09 14:51:38 -08:00
mikep1998
e086c62fbb
Update xdrv_27_shutter.ino
...
Fix shutter pwm command to include device number and update loggin information.
2021-02-09 09:55:13 -08:00
mikep1998
76cffab6a4
Update xdrv_27_shutter.ino
2021-02-09 09:45:30 -08:00