Commit Graph

11956 Commits

Author SHA1 Message Date
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
s-hadinger 1adfa1d076
Merge pull request #12149 from s-hadinger/lvgl_image_cache
LVGL increase image cache when PSRAM is present
2021-05-21 18:39:36 +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
Theo Arends 80189bf6f8
Merge pull request #12147 from s-hadinger/lvgl_fix_fs
LVGL fix crash in file system
2021-05-21 09:51:02 +02:00
Stephan Hadinger 74445c0aaa LVGL fix crash in file system 2021-05-21 09:02:24 +02:00
s-hadinger 6d35b2707e
Merge pull request #12141 from s-hadinger/lvgl_scr
LVGL add screen support
2021-05-20 19:51:33 +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
s-hadinger 95400a6971
Merge pull request #12137 from s-hadinger/lvgl_virt_methods
LVGL use Berrry virtual methods and save 74KB
2021-05-19 12:46:05 +02:00
Stephan Hadinger ba518e1b0c LVGL use Berrry virtual methods and save 74KB 2021-05-19 09:53:20 +02:00
mikep1998 1705d3fdcb Merge branch 'arendst:development' into development 2021-05-17 10:29:03 -07:00
Theo Arends 84769fbf67
Merge pull request #12125 from Jason2866/Esp8266_3.0.0
Use release Esp8266 3.0.0 as default for Tasmota stage
2021-05-17 15:44:33 +02:00
Jason2866 516fbfc4db
Disabled stage Esp8266 3.0.0 as default 2021-05-17 15:28:12 +02:00
Theo Arends caaee6b103 Add upload binary decode to logging 2021-05-17 15:15:35 +02:00
Jason2866 8b34d6e04f
Arduino Esp8266 3.0.0 2021-05-17 14:40:41 +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
Theo Arends 05f2dd74a7
Merge pull request #12117 from yvesdm3000/lanbon_l8
Lanbon l8 display descriptor
2021-05-17 10:12:38 +02:00
gemu2015 ac52259dc8 restore USE_SCRIPT_STATUS 2021-05-17 09:20:45 +02:00
mikep1998 b1c98a08bf Merge branch 'arendst:development' into development 2021-05-16 16:31:10 -07:00
Yves De Muyter 530bfa11d3 Merge branch 'development' of https://github.com/yvesdm3000/Tasmota into development 2021-05-16 19:31:21 +02:00
Yves De Muyter ca7c3e0293 Add display.ini file for the Lanbon L8 device. 2021-05-16 19:29:43 +02:00
Yves De Muyter 4041d28f95 Add display.ini file for the Lanbon L8 device. 2021-05-16 19:27:44 +02:00
Theo Arends 3f5f4df162 Add more checks to MQTT file upload 2021-05-16 19:27:44 +02:00
Theo Arends 33b326d2b7 Update changelog 2021-05-16 19:27:44 +02:00
Erik Montnemery 2a4bdddef2 Bump version to 9.4.0.4 2021-05-16 19:27:43 +02:00
ksaye 985ac7e0a1 Small changes to document changes for Azure 2021-05-16 19:27:43 +02:00
Theo Arends 8bc56e6772 Add password to MQTT fileupload 2021-05-16 19:27:43 +02:00
sfromis 6987591714 Fix off by one error
Oops, warning about too old python script came when it should not.
2021-05-16 19:27:43 +02:00
Adrian Scillato e631ab546e Show new IP in the Wi-Fi Initial Config 2021-05-16 19:27:43 +02:00
sfromis 63f1334296 Expand decode-status to support all feature bits
Output of decode-status.py lacks information about the latest two new sets of feature bits, due to the constant for array size not being updated when the array was expanded. Code changed to avoid this magical number, but instead check size of array with texts, and array with features from the JSON format in Status 4, using the lowest number to provide as many bits as both Tasmota version and Python code supports. A warning is printed if the number of feature bits from Tasmota is higher than supported in the current iteration of Python code.

Based on history, I'm assuming that updates are first done in arendst/Tasmota development, later replicated to tasmota/Tasmota-decode-status. If wrong, I can move the change there.
2021-05-16 19:27:43 +02:00
Theo Arends 348bbd280f Add MQTT OTA binary file transfer 2021-05-16 19:27:43 +02:00
Theo Arends 005f26e458 Fix PCF8574 JSON (#12088)
Fix PCF8574 JSON (#12088)
2021-05-16 19:27:43 +02:00
Theo Arends 75c783d2d5 Prep for MQTT binary file transfer 2021-05-16 19:27:43 +02:00
Theo Arends 44577c7772 Add OTA MQTT file upload 2021-05-16 19:27:43 +02:00
Stephan Hadinger 8fcf7e6997 LVGL add support for TrueType fonts via FreeType library 2021-05-16 19:27:43 +02:00
Theo Arends f8d33a3137 Increase Settings MQTT file upload buffer 2021-05-16 19:27:40 +02:00
Theo Arends 6676fa5416 Delay HA discovery during PZEM sensor intialization
Delay HA discovery during PZEM sensor intialization (#12076)
2021-05-16 19:27:40 +02:00
gemu2015 1ea9f46f01 udisplay color swap for lvgl 2021-05-16 19:27:40 +02:00
gemu2015 bf6f26058c add i2c multybyte write 2021-05-16 19:27:40 +02:00
mikep1998 31489f3b70 rework of mapping 2021-05-16 19:27:40 +02:00
mikep1998 78ce5adc5b uDisplay support for new opcodes. 2021-05-16 19:27:40 +02:00
mikep1998 b71437024a Adding support for ILI9488/XPT2046 display 2021-05-16 19:27:39 +02:00
Erik e3036bfbd9 Save rgb/ct ratio when setting color 2021-05-16 19:27:39 +02:00
Erik 0c33ec1772 Use changeUIntScale when scaling brightness 2021-05-16 19:27:39 +02:00