Commit Graph

108 Commits

Author SHA1 Message Date
s-hadinger a9f0585429
Autoconf v1 (#13665)
* Fix compiler warning

* Autoconfiguration for ESP32 and variants
2021-11-13 20:45:27 +01:00
Stephan Hadinger 3cfae4ccce Support for DisplayDimmer for Core2 with Berry drivers 2021-11-04 19:29:06 +01:00
Theo Arends a45c2ca66b Fix unwanted pre-init functionality toggling non-display relays. 2021-10-01 16:19:23 +02:00
gemu2015 7e38e75116 fix multi display issues 2021-09-30 19:09:38 +02:00
Theo Arends 0b944fddba Fix unwanted display interactions
Fix unwanted display interactions when no display is configured
2021-09-29 16:36:33 +02:00
gemu2015 038809e5c1 fix graph colors 2021-09-23 09:51:51 +02:00
s-hadinger f4dadc625b
``DisplayDimmer`` has now range 0..100 instead of 0..15 (#13132)
* ``DisplayDimmer`` has now resolution of 8 bits instead of 4, and uses Gamma for LED

* Fix changelog
2021-09-14 22:40:26 +02:00
Theo Arends e5e8ef4736 Refactor access TasnotaGlobal.mqtt_data 2021-08-15 17:08:31 +02:00
gemu2015 e0e49df57c fix mqtt errors 2021-07-01 08:27:47 +02:00
Theo Arends e02b58a6ed Refactor ShowFreeMem 2021-06-25 17:09:53 +02:00
Theo Arends 5e805e0c4a Move Settings from DRAM to heap 2021-06-11 18:14:12 +02:00
Theo Arends 749093a697 Prep mqtt_data from char to String (prt.3) 2021-06-06 17:26:01 +02:00
Theo Arends 2cd88645d1 Prep mqtt_data from char to String (prt.2) 2021-06-06 16:32:08 +02:00
Theo Arends ebeb4ea7ff Remove AddLog_P in favour of AddLog
Remove AddLog_P in favour of AddLog switching log from stack to heap allowing longer log entries (up to approximate log buffer size)
2021-06-05 11:47:09 +02:00
Stephan Hadinger 6d54949273 LVGL prepare M5StickC 2021-05-25 18:53:10 +02:00
Theo Arends cea58d66c8 Prep virtual mqtt_data prt3 2021-05-24 16:52:59 +02:00
Theo Arends 408ae6a4ef Prep virtual mqtt_data 2021-05-23 14:42:27 +02:00
Theo Arends edc6d96079
Merge pull request #11648 from nonix/decode_te
decode Units in DT_VARS
2021-05-22 17:36:41 +02:00
gemu2015 c0d8f40f14 change udisplay file names 2021-05-01 09:54:05 +02:00
gemu2015 0ecb5202f7 move touch to driver 2021-04-30 15:26:41 +02:00
gemu2015 1e230e1f2d fix lvgl touch 2021-04-25 17:28:42 +02:00
gemu2015 0f7ec3cb77 update lvgl 2 2021-04-24 12:31:14 +02:00
gemu2015 2938c2c011 ili9488 udisp version 2021-04-21 17:11:19 +02:00
gemu2015 e36c7b31cb multidisplay support 2021-04-21 11:01:40 +02:00
gemu2015 e946b4c483 epaper 42 support 2021-04-19 17:01:33 +02:00
gemu2015 96a0dd4874 add loadable fonts 2021-04-18 09:20:54 +02:00
gemu2015 0e7e956a7b universal display driver 2021-04-11 12:32:02 +02:00
nonix 9c9e04d139 decode Units 2021-04-09 17:33:46 +02:00
Theo Arends f6f13fe249 Fix define USE_DT_VARS 2021-04-05 13:33:00 +02:00
gemu2015 1ff1a58455 fix compiler error with use_graph 2021-03-22 15:39:08 +01:00
Theo Arends 633489a91e Add commands ``DisplayType`` and ``DisplayInvert``
Add commands ``DisplayType`` to select sub-modules where implemented and ``DisplayInvert`` to select inverted display where implemented
2021-03-22 12:34:52 +01:00
Theo Arends 9d57411d4d Refactor DisplayDimmer 2021-03-21 14:12:36 +01:00
Theo Arends 70b7e2fc2a Restore DisplaySize code 2021-03-20 18:11:52 +01:00
Ajith Vasudevan 7b51da4260 Minor fix 2021-03-19 22:40:45 +05:30
Ajith Vasudevan cfda780b99 Merged with development 2021-03-19 22:31:39 +05:30
Theo Arends f18e874f6b Update Max Display Driver count 2021-03-19 15:42:24 +01:00
Ajith Vasudevan 4c9182f680 Merge branch 'development' of github.com:arendst/Tasmota into pr_max7219 2021-03-19 19:20:18 +05:30
Theo Arends ccd3477737 Remove command DisplayBrightness
Remove command DisplayBrightness in favour of already available DisplayDimmer
2021-03-19 14:24:26 +01:00
Ajith Vasudevan 27288ac603 Added support for MAX7219 Seven-Segment Display 2021-03-19 15:56:48 +05:30
Ajith Vasudevan ba77e6d1c0 Removed DisplayType and TM1638 Buttons and LEDs support 2021-03-18 19:30:50 +05:30
Ajith Vasudevan 5aeb4c0475 Merge branch 'development' of github.com:arendst/Tasmota into pr_tm1638 2021-03-17 22:13:43 +05:30
Theo Arends 2f7eefa8f4 Fix some display issues
Fix some display issues (#11358)
2021-03-17 17:26:00 +01:00
Theo Arends b427267e2b Fix TM1637 driver selection
Fix TM1637 driver selection (#11358)
2021-03-17 16:26:04 +01:00
Ajith Vasudevan acf65d7a68 Removed unwanted lines 2021-03-09 01:12:42 +05:30
Ajith Vasudevan 7fe8f117a5 Reverted changes to xdsp_interface and related changes done in 75699fe 2021-03-09 00:47:19 +05:30
Ajith Vasudevan 850aff3ab6 Now using display_options instead of display_type 2021-03-03 18:14:30 +05:30
gemu2015 67c1831a10 ili9341/2 software configurable 2021-03-02 19:34:18 +01:00
nonix d38c1c415e Added support for XPT2046 touch screen 2021-02-28 18:27:32 +01:00
nonix 96f8389408 Workinig 2021-02-28 10:49:49 +01:00
Ajith Vasudevan 7e9a96895f Merge branch 'development' of github.com:arendst/Tasmota into pr_tm1638 2021-02-25 23:36:26 +05:30