Commit Graph

11951 Commits

Author SHA1 Message Date
gemu2015 a5a9170296 script i2c support 2021-04-27 10:00:58 +02:00
ksaye 5228f04b19
Adding support for Azure IoT Hub
Simple testing documentation here: https://kevinsaye.wordpress.com/2021/04/26/using-tasmota-with-azure-iot-hub/ until I can contribute tot the Tasmota documentation site.
2021-04-26 18:02:38 -05:00
Theo Arends 78be0321df Fix Tuya humidity resolution (2) 2021-04-26 17:41:19 +02:00
s-hadinger 71299f37c0
Merge pull request #11900 from s-hadinger/lvgl_updated_templates
LVGL updated template for M5Stack Core/Fire
2021-04-26 16:25:58 +02:00
Stephan Hadinger bfdd9ca033 LVGL updated template for M5Stack Core/Fire 2021-04-26 16:09:46 +02:00
Theo Arends 301ff373a8
Merge pull request #11899 from gemu2015/lvgl_update
fix lvgl pushcolors
2021-04-26 15:37:44 +02:00
gemu2015 688a999566 fix lvgl pushcolors 2021-04-26 15:05:17 +02:00
s-hadinger 7cb30b07da
LVGL fix byte order for DMA and non-DMA (#11897)
Co-authored-by: Stephan Hadinger <stephan.hadinger@gmail.com>
2021-04-26 14:33:20 +02:00
Theo Arends 589ccb0f2f Fix Tuya humidity resolution
Fix Tuya humidity resolution (#11896)
2021-04-26 14:21:48 +02:00
Theo Arends 01390c2ca6 Add ESP32 pulldown buttons ``Button_d`` and ``Button_id``
Add ESP32 pulldown buttons ``Button_d`` and ``Button_id`` (#10814)
2021-04-26 13:56:44 +02:00
s-hadinger 61cecdef2f
Udisplay finegrain delay (#11894)
* uDisplay add 10ms delay and log

* Silly bug

Co-authored-by: Stephan Hadinger <stephan.hadinger@gmail.com>
2021-04-26 13:49:42 +02:00
Theo Arends 04bbbc34d0
Merge pull request #11893 from Noschvie/patch-6
Update de_DE.h
2021-04-26 12:00:44 +02:00
Theo Arends 0c29c74667
Merge pull request #11892 from gemu2015/lvgl_dma
lvgl initial dma support
2021-04-26 11:59:44 +02:00
gemu2015 ed61e9fe74 fix esp8266 compile 2021-04-26 11:41:01 +02:00
Norbert f91eaf6572
Update de_DE.h
Fix typo.
2021-04-26 10:39:59 +02:00
Theo Arends 1c2db8ca46 Minor strstr() refactor 2021-04-26 10:35:39 +02:00
gemu2015 9901ccdde7 lvgl initial dma support 2021-04-26 10:20:14 +02:00
s-hadinger 015ca3ce84
Merge pull request #11889 from s-hadinger/lvgl_chrono
Lvgl chrono
2021-04-26 08:58:34 +02:00
Stephan Hadinger f0fb65c56d Merge branch 'development' of https://github.com/arendst/Tasmota into lvgl_chrono 2021-04-25 21:40:09 +02:00
Stephan Hadinger b03756a24a Add time measure to SPI display 2021-04-25 21:40:01 +02:00
Theo Arends 9852c28874
Merge pull request #11882 from gemu2015/fixtouch
fix lvgl touch
2021-04-25 20:59:52 +02:00
gemu2015 1727741357 add hadinger mod space 2021-04-25 19:25:42 +02:00
gemu2015 45b38c9bf2 faster tft spi for esp32 2021-04-25 19:18:55 +02:00
Theo Arends b39b57e695
Merge pull request #11880 from s-hadinger/udisplay_allow_space
uDisplay - allow space as delimiter
2021-04-25 17:38:14 +02:00
gemu2015 1e230e1f2d fix lvgl touch 2021-04-25 17:28:42 +02:00
Theo Arends 1ace2d2292 Add initial support for optional for template specific commands
Add initial support for optional ``Template`` JSON fieldpair ``"CMND":"<any template related command>;<any template related command>;..."`` (#11788)
2021-04-25 17:22:38 +02:00
Theo Arends 2bf681dbe2 Revert "Add initial support for optional for template specific commands"
This reverts commit b44c16d861.
2021-04-25 17:03:11 +02:00
Theo Arends b44c16d861 Add initial support for optional for template specific commands
Add initial support for optional ``Template`` JSON fieldpair ``"CMND":"<any template related command>;<any template related command>;..."`` (#11788)
2021-04-25 16:51:18 +02:00
Stephan Hadinger 37869e1d87 Update builtin templates accordingly 2021-04-25 16:23:07 +02:00
Stephan Hadinger fef7f0bf65 uDisplay - allow space as delimiter 2021-04-25 16:21:37 +02:00
Theo Arends 8c42b5065d
Merge pull request #11879 from gemu2015/edp47_lvgl
epd47 lvgl support
2021-04-25 16:02:36 +02:00
gemu2015 a8ac5ed07c Update Adafruit_LvGL_Glue.cpp 2021-04-25 15:28:47 +02:00
gemu2015 3727ba977a epd47 lvgl support 2021-04-25 15:14:50 +02:00
s-hadinger c875345c18
Merge pull request #11878 from arendst/revert-11877-udisplay_space
Revert "uDisplay LVGL auto-config of SPI"
2021-04-25 11:19:39 +02:00
s-hadinger 154ed011da
Revert "uDisplay LVGL auto-config of SPI" 2021-04-25 11:19:02 +02:00
Theo Arends d067ba1583
Merge pull request #11877 from s-hadinger/udisplay_space
uDisplay LVGL auto-config of SPI
2021-04-25 11:02:47 +02:00
Stephan Hadinger 075c124474 uDisplay LVGL auto-config of SPI 2021-04-25 10:39:04 +02:00
Theo Arends 4c070aa2a2
Merge pull request #11876 from gemu2015/lvgl_mono
lvgl monochrome support
2021-04-25 08:50:39 +02:00
gemu2015 7d0f7fe3db lvgl monochrome support 2021-04-25 08:24:07 +02:00
Theo Arends 59d96e1aee
Merge pull request #11872 from Jason2866/patch-3
Provide a zigbee [env]
2021-04-24 21:12:35 +02:00
Theo Arends 160cb764db
Merge pull request #11868 from Jason2866/patch-2
Use latest xtensa toolchain for esp8266 stage
2021-04-24 21:12:14 +02:00
Theo Arends f119c20e80
Merge pull request #11865 from gemu2015/lvgl_update
Lvgl update
2021-04-24 21:11:59 +02:00
Jason2866 79a1fec6d1
tasmota-zigbee 2021-04-24 20:53:46 +02:00
Jason2866 09020723e6
Zigbee!!! 2021-04-24 20:52:48 +02:00
Jason2866 a15b6e8d73
typo 2021-04-24 20:11:27 +02:00
Jason2866 7e862adf9a
Autocopy platformio_tasmota_cenv_sample
to platformio_tasmota_cenv.ini when not existing
2021-04-24 20:06:29 +02:00
Jason2866 e0773680de
Testing / special env in platformio_tasmota_cenv.ini 2021-04-24 19:59:44 +02:00
Jason2866 8e6ce5127b
Remove [env] 2021-04-24 19:56:44 +02:00
s-hadinger 138aeb6121
Merge pull request #11870 from s-hadinger/zigbee_flash_fix2
Zigbee fix flash size detection
2021-04-24 18:40:03 +02:00
Stephan Hadinger 126026340f Zigbee fix flash size detection 2021-04-24 18:31:25 +02:00