Commit Graph

13131 Commits

Author SHA1 Message Date
s-hadinger
6b48d9949b
Merge pull request #13142 from s-hadinger/berry_resolifify
Berry update and global resolidify
2021-09-15 20:08:42 +02:00
s-hadinger
e8b30eadfe
Force PWM reapply after frequency change (#13141)
* Force PWM reapply after frequency change

* Fix compilation is USE_LIGHT is not defined
2021-09-15 19:54:55 +02:00
Stephan Hadinger
418ebf1e4e Berry update and global resolidify 2021-09-15 19:36:48 +02:00
Arnold-n
8fcf9bea57 resolving conflict with scd30 driver and removing USE_SCD41 to simplify and align with config files 2021-09-15 18:20:44 +02:00
Arnold-n
6148f666ce Not in ESP32 (not tested yet) 2021-09-15 14:05:25 +02:00
Arnold Niessen
a260fa85a3 configuration files updated for SCD40/41 2021-09-15 13:26:39 +02:00
Arnold Niessen
0fea60d8ee Add SCD40/41 support 2021-09-15 12:02:27 +02:00
s-hadinger
f9e1ab1c90
Minimum PWM Frequency lowered to 2Hz on ESP32 (#13123) (#13135)
* Minimum PWM Frequency lowered to 2Hz on ESP32 (#13123)

* Forgot main file
2021-09-15 11:10:48 +02:00
Theo Arends
679494370a
Merge pull request #13138 from stefanbode/patch-1
Implemented new PWM_MIN value for ESP32 and ESP8266
2021-09-15 10:32:36 +02:00
stefanbode
147f285035
Implemented new PWM_MIN value for ESP32 and ESP8266
New minimum value for PWM_MIN now in code. Before it was hard coded 100Hz
2021-09-15 10:08:09 +02:00
s-hadinger
e311001cd8
Merge pull request #13133 from s-hadinger/berry_serial_lowercase
Change berry class from `Serial` to `serial`
2021-09-14 22:45: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
Stephan Hadinger
f3592b1326 Change berry class from Serial to serial 2021-09-14 22:29:27 +02:00
s-hadinger
660e37d5fe
Merge pull request #13131 from s-hadinger/berry_serial
Berry support for Serial
2021-09-14 22:21:40 +02:00
Stephan Hadinger
55202aa7f5 Berry support for Serial 2021-09-14 22:07:20 +02:00
Christopher BRAVO CERCAS
c7d7e2f4da support AHT20 without enabling AHT1x 2021-09-14 20:45:20 +02:00
s-hadinger
2dcf49ca38
Merge pull request #13125 from s-hadinger/fix_ezsp_esp32
quick fix since this causes a crash on ESP32
2021-09-14 09:28:50 +02:00
s-hadinger
070df39f84
Merge pull request #13124 from s-hadinger/solidified_axp192
Berry solidified AXP192 driver
2021-09-14 09:01:23 +02:00
Stephan Hadinger
99cfd1dcfc quick fix since this causes a crash on ESP32 2021-09-14 08:58:27 +02:00
Stephan Hadinger
0c879ebe25 Berry solidified AXP192 driver 2021-09-14 08:44:54 +02:00
Jason2866
f125bffe1c
Merge pull request #13121 from arendst/SHOW_SPLASH
SHOW_SPLASH and remove redundant code
2021-09-13 16:00:38 +02:00
Jason2866
eb4c0d6229
SHOW_SPLASH and remove redundant code 2021-09-13 15:47:04 +02:00
s-hadinger
1af73a9f4a
Merge pull request #13119 from s-hadinger/fix_dac_c3
Fix DAC on ESP32C3
2021-09-13 14:35:58 +02:00
Stephan Hadinger
7b13bfc404 Fix DAC on ESP32C3 2021-09-13 14:12:41 +02:00
s-hadinger
575e55204d
Merge pull request #13118 from s-hadinger/berry_gpio_dac
Support for ESP32/ESP32S2 DAC gpio via Berry
2021-09-13 13:57:18 +02:00
Stephan Hadinger
8ee3bae70d Support for ESP32/ESP32S2 DAC gpio via Berry 2021-09-13 13:44:39 +02:00
s-hadinger
77857fd40c
Merge pull request #13114 from arendst/revert-12569-lv_freetype_patch_10
Revert "lv_freetype patch #10"
2021-09-12 22:14:46 +02:00
s-hadinger
fb7a9a8970
Revert "lv_freetype patch #10" 2021-09-12 22:01:21 +02:00
Jason2866
53c101dd04
Merge pull request #13113 from arendst/Freetype
FreeType fonts for core2
2021-09-12 21:45:14 +02:00
Jason2866
d3cc32cdc8
FreeType fonts for core2 2021-09-12 21:17:32 +02:00
s-hadinger
eca751fbc3
Merge pull request #13112 from s-hadinger/crashrecorder_remove_warning
Remove warning in crashrecorder
2021-09-12 21:09:55 +02:00
s-hadinger
b382431cbc
Merge pull request #13111 from s-hadinger/denky_idf44
Fix Teleinfo for Denky D4
2021-09-12 21:09:40 +02:00
Stephan Hadinger
983d13efa3 Remove warning in crashrecorder 2021-09-12 19:55:15 +02:00
Stephan Hadinger
16b0970a65 Fix Teleinfo for Denky D4 2021-09-12 19:44:01 +02:00
s-hadinger
607f6322d7
Merge pull request #13110 from s-hadinger/berry_light_fix
Berry setlight fix
2021-09-12 19:40:46 +02:00
Stephan Hadinger
3d46daa830 Berry setlight fix 2021-09-12 19:31:47 +02:00
Jason2866
e65391cbe4
core 2 uses Universal Display driver 2021-09-12 19:21:40 +02:00
Jason2866
6403dc8fcc touch buttons always needed 2021-09-12 16:40:37 +00:00
Jason2866
3333875308
Fix compile error
when using lvgl driver
2021-09-12 18:19:46 +02:00
Jason2866
a97a03db62
Lvgl lib needed 2021-09-12 18:01:39 +02:00
Jason2866
807d013a34
Use Universal Display Driver for Core2 build 2021-09-12 17:51:20 +02:00
s-hadinger
8bcaa52233
Merge pull request #13108 from s-hadinger/esp32_crash_recorder
Crash recorder ``Status 12`` for ESP32/ESP32S2/ESP32C3, supporting Esp-idf 3.3/4.4
2021-09-12 12:43:27 +02:00
Stephan Hadinger
bc5f346926 Crash recorder `Status 12` for ESP32/ESP32S2/ESP32C3, supporting Esp-idf 3.3/4.4 2021-09-12 12:24:09 +02:00
s-hadinger
f598f5f79f
Merge pull request #13107 from arendst/revert-13101-berry_call
Revert "Berry move introspect.vcall to call"
2021-09-11 11:30:56 +02:00
s-hadinger
751234e05d
Revert "Berry move introspect.vcall to call" 2021-09-11 11:27:30 +02:00
Jason2866
ffca8591a4
Fix GLITCH_RTC_RST for esp32-c3 revision 3
used for example in board "LilyGo-T-OI-PLUS"
2021-09-10 19:41:40 +02:00
Simon Hailes
e1111ca98e Add driver xdrv_85_BLE_EQ3_TRV 2021-09-10 13:56:24 +01:00
Jason2866
acd611cfdc
Platformio as source for core 2.0.0+tasmota 2021-09-10 13:07:24 +02:00
s-hadinger
543f1393ff
Merge pull request #13101 from s-hadinger/berry_call
Berry move introspect.vcall to call
2021-09-10 08:56:06 +02:00
Stephan Hadinger
840d9fdc2b Berry move introspect.vcall to call 2021-09-10 08:36:26 +02:00