jaapgvk
2b12e995d3
Add files via upload
2021-01-01 20:47:29 +01:00
jaapgvk
30a5355526
Delete xsns_15_mhz19.ino
2021-01-01 20:47:03 +01:00
Christian Langanke
0747239d4c
- for 7 segment displays
...
- added support for FUNC_DISPLAY_DIM
- added new FUNC_DISPLAY_BLINKRATE with new command DisplayBlinkrate
Value is not being persistently stored, so no seting req.
- added SevensegLog for DisplayMode 1..5 support, displaying the
nth sensor value to nth atached 7-segment display.
For that unsed display adresses before the first one being used
may not be zero, but must be configured to unused addresses
(e.g. 0xFF), otherwise driver init will fail.
2021-01-01 18:17:55 +01:00
Theo Arends
85dea8bbcc
Move FT5206 lib from I2c to Display
2021-01-01 17:32:21 +01:00
Theo Arends
628f17de8c
Add TasAutoMutex
2021-01-01 17:04:36 +01:00
gemu2015
84334bc015
Update xdrv_98_filesystem.ino
2021-01-01 16:48:52 +01:00
Theo Arends
ee146b2e29
Merge pull request #10336 from btsimonh/loggingmutex
...
Add mutex/semaphore for logging - protects new logging_buffer
2021-01-01 16:26:19 +01:00
Theo Arends
7e62aa548d
Merge pull request #10341 from gemu2015/fixes
...
Fixes
2021-01-01 16:11:15 +01:00
Theo Arends
ee1648d3e0
Prep SSD1331 driver
2021-01-01 16:05:06 +01:00
Theo Arends
46d7e9392e
Fix ST7789
2021-01-01 15:54:47 +01:00
Theo Arends
ad82ba78c4
Merge pull request #10328 from jeroenvermeulen/feature_adafruit_ssd1331
...
Feature: Adafruit SSD1331 Display support
2021-01-01 15:10:05 +01:00
Theo Arends
54c1a2d029
Add support for SPI display driver for ST7789 TFT
...
Add support for SPI display driver for ST7789 TFT by Gerhard Mutz (#9037 )
2021-01-01 15:05:58 +01:00
Theo Arends
fc93b05476
Happy New Year
2021-01-01 13:57:04 +01:00
Theo Arends
dcbb3f1e0e
Happy New Year
2021-01-01 13:44:04 +01:00
gemu2015
c61fb025db
Update xdrv_98_filesystem.ino
2021-01-01 11:38:01 +01:00
gemu2015
ef8f1bf810
remove spiffs (saves 27k!!!)
...
leave ffat for backwards compatibility with old linker files
2021-01-01 11:15:48 +01:00
gemu2015
f86bfbc298
sdcrad optional compile (saves 7k)
...
#define USE_SDCARD
2021-01-01 11:08:48 +01:00
gemu2015
03a9d5b71f
Update xdrv_98_filesystem.ino
2021-01-01 08:41:36 +01:00
gemu2015
f8067735e1
add in and batt current
2021-01-01 06:45:07 +01:00
gemu2015
3ee92fb4ba
smaller log buffer
2021-01-01 06:44:04 +01:00
gemu2015
96ecffe571
reduce stack pressure, some fixes
2021-01-01 06:43:50 +01:00
Jeroen Vermeulen - MageHost
08d65c69d5
show time and date in DiplayMode 3 and 5
2021-01-01 01:37:08 +01:00
gemu2015
55d0f99910
little fs is default
2020-12-31 20:22:54 +01:00
gemu2015
0de64f3376
esp32 littlefs
2020-12-31 18:05:42 +01:00
gemu2015
9c9d7e0eef
spiffs
2020-12-31 16:41:58 +01:00
Theo Arends
58e6ec55f1
Breaking change replacing SPI CS and SPI DC
...
Breaking change replacing SPI CS and SPI DC by device specific CS and DC
2020-12-31 16:17:30 +01:00
gemu2015
a8fbdcabd3
Create esp32_partition_app1984k_ffat64k.csv
2020-12-31 15:07:08 +01:00
gemu2015
1e579804da
universal file system inital commit
2020-12-31 14:19:50 +01:00
Theo Arends
0c7266fed1
Merge pull request #10332 from btsimonh/webtimeouts2
...
MAC compatible httm webtimout changes
2020-12-31 14:06:48 +01:00
Simon Hailes
0c38aca915
MAC compatible httm webtimout changes
2020-12-31 12:31:22 +00:00
Simon Hailes
6b2daa14d0
Add mutex/semaphore for logging - protects new logging_buffer
2020-12-31 11:36:35 +00:00
Theo Arends
89e697fab6
Revert "Merge pull request #10318 from btsimonh/webtimeouts"
...
This reverts commit c7ff3f39db
, reversing
changes made to 0703e5899b
.
2020-12-31 11:47:37 +01:00
Jeroen Vermeulen - MageHost
8f63663c1e
Improved hardware SPI.
...
Removed unnecessary setTextSize in PrintLog.
2020-12-31 10:17:30 +01:00
Jeroen Vermeulen - MageHost
3676ad3eb8
Removed font setting in DisplayMode 1
...
The user can choose it using DisplayFont.
2020-12-31 09:06:21 +01:00
Jeroen Vermeulen - MageHost
49e8612a14
Merge remote-tracking branch 'origin/development' into feature_adafruit_ssd1331
2020-12-31 00:16:28 +01:00
Jeroen Vermeulen - MageHost
db7e0ff97a
SSD1331: fixed hardware SPI
2020-12-30 23:51:02 +01:00
Theo Arends
9c2b8040f1
Revert "Breaking change replaced NRF24L01 GPIO selection"
...
This reverts commit 01f3a7da19
.
2020-12-30 17:52:05 +01:00
Theo Arends
01f3a7da19
Breaking change replaced NRF24L01 GPIO selection
...
Breaking change replaced NRF24L01 GPIO selection from ``GPIO_SPI_CS`` by ``GPIO_NRF24_CS`` and ``GPIO_SPI_DC`` by ``GPIO_NRF24_DC``
2020-12-30 17:49:52 +01:00
Theo Arends
3c36962a58
Merge pull request #10324 from Jason2866/patch-6
...
One Odroid_go change missing
2020-12-30 16:45:55 +01:00
Jason2866
1cbc6bc80b
Forgot Odroid_go change
2020-12-30 16:41:34 +01:00
Jason2866
8f90ad733d
Overlooked a needed change
2020-12-30 16:37:22 +01:00
Theo Arends
beb5437f09
Merge pull request #10319 from Jason2866/patch-5
...
Odroid_go flash files
2020-12-30 15:14:43 +01:00
Jason2866
8117d25f41
Plus changes Theo
2020-12-30 14:56:52 +01:00
Theo Arends
c7ff3f39db
Merge pull request #10318 from btsimonh/webtimeouts
...
Modify web refresh scripts (Main and Console)
2020-12-30 14:49:34 +01:00
Theo Arends
0703e5899b
Update workflows
2020-12-30 14:45:40 +01:00
Jason2866
b68d8c65f3
tasmota32-odroid.bin
2020-12-30 14:44:54 +01:00
Jason2866
6c0ec48a6c
Odroid files
2020-12-30 14:40:42 +01:00
Jason2866
bd413a5391
Merge branch 'patch-5' of https://github.com/Jason2866/Tasmota into patch-5
2020-12-30 14:39:14 +01:00
Jason2866
bf4b7b3b1e
Delete partitions_ffat_12M.bin
2020-12-30 14:39:03 +01:00
Jason2866
190276f5c7
Delete bootloader_dout_40m.bin
2020-12-30 14:38:53 +01:00