Stephan Hadinger
079eb117bf
Berry fix wrong parameter for virtual method
2021-05-22 15:47:06 +02:00
Stephan Hadinger
61502741a9
LVGL code size update
2021-05-21 22:31:15 +02:00
s-hadinger
cb50580e66
LVGL Add example Waldhoff Renaissance watch ( #12150 )
...
* LVGL Add example Waldhoff Renaissance watch
* Avoid refreshing day if not useful
* Move date to back
Co-authored-by: Stephan Hadinger <stephan.hadinger@gmail.com>
2021-05-21 20:01:13 +02:00
Stephan Hadinger
46f89b93b3
LVGL increase image cache when PSRAM is present
2021-05-21 18:24:41 +02:00
Theo Arends
8650875ceb
Add stability to MQTT file control
2021-05-21 16:19:40 +02:00
s-hadinger
0202613014
Merge pull request #12148 from s-hadinger/lvgl_png
...
LVGL add support for PNG images
2021-05-21 14:56:48 +02:00
Theo Arends
4d86ee0320
Add data len to logging
2021-05-21 14:43:18 +02:00
Stephan Hadinger
c642e716ce
LVGL add support for PNG images
2021-05-21 13:49:47 +02:00
Stephan Hadinger
74445c0aaa
LVGL fix crash in file system
2021-05-21 09:02:24 +02:00
Stephan Hadinger
85a6ab797a
LVGL add screen support
2021-05-20 19:34:51 +02:00
Theo Arends
be92738c57
Add MQTT binary file transfer
2021-05-19 17:21:50 +02:00
Theo Arends
b284caa1fa
Fix StrCaseStr result
2021-05-19 16:39:56 +02:00
Stephan Hadinger
ba518e1b0c
LVGL use Berrry virtual methods and save 74KB
2021-05-19 09:53:20 +02:00
Theo Arends
caaee6b103
Add upload binary decode to logging
2021-05-17 15:15:35 +02:00
Theo Arends
e28006f2c7
Merge pull request #12123 from gemu2015/script_status
...
restore USE_SCRIPT_STATUS
2021-05-17 10:13:43 +02:00
gemu2015
ac52259dc8
restore USE_SCRIPT_STATUS
2021-05-17 09:20:45 +02:00
Yves De Muyter
ca7c3e0293
Add display.ini file for the Lanbon L8 device.
2021-05-16 19:29:43 +02:00
Barbudor
fa0565b40f
improve reactive_power calculation range
2021-05-16 18:09:53 +02:00
Barbudor
2740c48e22
extract power value as 3 bytes from Tuya frame
2021-05-16 16:18:00 +02:00
Barbudor
823e6b84d2
cleanup
2021-05-15 17:33:18 +02:00
Barbudor
2e1ac3581f
move response for unresolved ip into poll
2021-05-15 17:32:18 +02:00
Theo Arends
dd624c3ce6
Add more checks to MQTT file upload
2021-05-15 11:53:37 +02:00
Theo Arends
8e7fdee28b
Merge pull request #12105 from emontnemery/patch-6
...
Bump version to 9.4.0.4
2021-05-15 10:49:44 +02:00
Erik Montnemery
5a3f49c698
Bump version to 9.4.0.4
2021-05-15 10:20:22 +02:00
ksaye
1626c26c6e
Small changes to document changes for Azure
2021-05-13 12:12:21 -05:00
Theo Arends
0d37a677ae
Add password to MQTT fileupload
2021-05-13 12:42:44 +02:00
Adrian Scillato
bbac6c70d2
Show new IP in the Wi-Fi Initial Config
2021-05-12 15:27:47 -03:00
Theo Arends
2209046c6f
Add MQTT OTA binary file transfer
2021-05-12 18:34:32 +02:00
Theo Arends
ccb7fc7da7
Fix PCF8574 JSON ( #12088 )
...
Fix PCF8574 JSON (#12088 )
2021-05-12 17:17:35 +02:00
Theo Arends
817c7ce0a1
Prep for MQTT binary file transfer
2021-05-12 17:10:50 +02:00
Theo Arends
5a3754a53f
Add OTA MQTT file upload
2021-05-12 13:03:20 +02:00
Stephan Hadinger
cf5b7b4a41
LVGL add support for TrueType fonts via FreeType library
2021-05-12 11:16:10 +02:00
Theo Arends
36caed2122
Increase Settings MQTT file upload buffer
2021-05-11 16:26:29 +02:00
Theo Arends
d3874e9834
Merge pull request #12077 from gemu2015/udisp_update
...
Udisp update
2021-05-11 12:00:26 +02:00
Theo Arends
e2e6184877
Delay HA discovery during PZEM sensor intialization
...
Delay HA discovery during PZEM sensor intialization (#12076 )
2021-05-11 11:01:46 +02:00
gemu2015
f9d06d7a0f
add i2c multybyte write
2021-05-11 10:40:53 +02:00
Theo Arends
d10aad68d1
Merge pull request #12075 from mikep1998/development
...
Adding support for ILI9488/XPT2046 display
2021-05-11 10:25:36 +02:00
Theo Arends
6f79deae73
Merge pull request #12072 from emontnemery/light_retain_ratio
...
Allow retaining ratio between white and color channels
2021-05-11 09:36:24 +02:00
mikep1998
1c1495d52d
rework of mapping
2021-05-11 00:26:14 -07:00
mikep1998
cec4828a13
Adding support for ILI9488/XPT2046 display
2021-05-10 13:26:59 -07:00
Erik
ee2f3f4737
Save rgb/ct ratio when setting color
2021-05-10 20:36:22 +02:00
Erik
47d1e6f78b
Use changeUIntScale when scaling brightness
2021-05-10 20:35:04 +02:00
Stephan Hadinger
7963b3a5ca
LVGL fixed events and callbacks
2021-05-10 20:04:11 +02:00
s-hadinger
e01c60df84
LVGL Fix TS ( #12071 )
...
* LVGL Fix TS
* Try to fix linker
* Fix2
* Last fix
Co-authored-by: Stephan Hadinger <stephan.hadinger@gmail.com>
2021-05-10 15:48:02 +02:00
Erik
f148221d19
Allow retaining ratio between white and color channels
2021-05-10 15:01:41 +02:00
s-hadinger
0cabd00f66
Merge pull request #12064 from s-hadinger/lvgl_fix_warning
...
LVGL Fix warning when sending NULL instead of an instance
2021-05-09 23:16:10 +02:00
Stephan Hadinger
f7e92d4e07
LVGL Fix warning when sending NULL instead of an instance
2021-05-09 19:38:27 +02:00
Stephan Hadinger
e88955c479
LVGL support for PSRAM
2021-05-09 18:15:15 +02:00
Theo Arends
510f33f832
Add MQTT file upload example
2021-05-09 13:09:53 +02:00
Theo Arends
c70ad4101f
Tune support for MQTT Settings save/restore
2021-05-09 11:43:29 +02:00