Stephan Hadinger
|
079eb117bf
|
Berry fix wrong parameter for virtual method
|
2021-05-22 15:47:06 +02:00 |
s-hadinger
|
6c2448b5cf
|
Merge pull request #12156 from s-hadinger/berry_import
Berry allow import from file system
|
2021-05-22 15:18:43 +02:00 |
Stephan Hadinger
|
e2865e22d4
|
Berry allow import from file system
|
2021-05-22 15:10:13 +02:00 |
Stephan Hadinger
|
3881508b00
|
Fix wrong allocator
|
2021-05-22 09:49:37 +02:00 |
Stephan Hadinger
|
eea82b5049
|
Berry longer logs
|
2021-05-21 23:04:42 +02:00 |
Stephan Hadinger
|
85a6ab797a
|
LVGL add screen support
|
2021-05-20 19:34:51 +02:00 |
Stephan Hadinger
|
ba518e1b0c
|
LVGL use Berrry virtual methods and save 74KB
|
2021-05-19 09:53:20 +02:00 |
Stephan Hadinger
|
cf5b7b4a41
|
LVGL add support for TrueType fonts via FreeType library
|
2021-05-12 11:16:10 +02:00 |
s-hadinger
|
e01c60df84
|
LVGL Fix TS (#12071)
* LVGL Fix TS
* Try to fix linker
* Fix2
* Last fix
Co-authored-by: Stephan Hadinger <stephan.hadinger@gmail.com>
|
2021-05-10 15:48:02 +02:00 |
Stephan Hadinger
|
e88955c479
|
LVGL support for PSRAM
|
2021-05-09 18:15:15 +02:00 |
Stephan Hadinger
|
0aa52d3100
|
LVGL add support for touchscreen
|
2021-05-07 17:24:57 +02:00 |
Stephan Hadinger
|
56cecfb274
|
LVGL Support for 3 buttons as rotary encoder
|
2021-05-07 11:51:22 +02:00 |
Stephan Hadinger
|
5355af1460
|
LVGL check parameters
|
2021-05-06 10:46:17 +02:00 |
Stephan Hadinger
|
0edd81a521
|
Berry switched to ufsp
|
2021-05-04 18:21:08 +02:00 |
Stephan Hadinger
|
5b36e504c5
|
Berry more solidification
|
2021-04-28 19:30:19 +02:00 |
Stephan Hadinger
|
deee1bb69c
|
Berry simplified solidification
|
2021-04-28 08:49:22 +02:00 |
Stephan Hadinger
|
d9a0dd5266
|
Berry add support for rtc time
|
2021-04-27 22:54:53 +02:00 |
s-hadinger
|
e31998620f
|
LVGL add Led 7 seg font (#11916)
* LVGL add Led 7 seg font
* Moved fonts to a new LVGL_assets lib
* Forgot include
Co-authored-by: Stephan Hadinger <stephan.hadinger@gmail.com>
|
2021-04-27 19:05:23 +02:00 |
Stephan Hadinger
|
329fa24928
|
Berry conditional compile for modules
|
2021-04-24 12:11:06 +02:00 |
Stephan Hadinger
|
4395a19fe6
|
Add ``Input`` GPIO type with no default action, to be read via Berry
|
2021-04-21 10:05:10 +02:00 |
Stephan Hadinger
|
dc77b58200
|
LVGL add screenshot
|
2021-04-20 13:44:16 +02:00 |
Theo Arends
|
33dcbb4363
|
Merge pull request #11786 from barbudor/esp32_pwm_full
Demo of PWM 100% problem on ESP32 (for discussion)
|
2021-04-20 08:42:23 +02:00 |
Barbudor
|
785d8a75b5
|
move the fix to esp32 adaptation layer
|
2021-04-20 08:18:25 +02:00 |
Stephan Hadinger
|
820b261c07
|
Fix bug with Berry PSRAM
|
2021-04-19 08:55:57 +02:00 |
Stephan Hadinger
|
bd60b9b602
|
Add LVGL 7.11 support with Berry binding (ESP32 only)
|
2021-04-19 08:40:11 +02:00 |
Jason2866
|
186c8bcdb5
|
add C3
|
2021-04-17 19:54:56 +02:00 |
Stephan Hadinger
|
c3bfdebcf1
|
Berry directory reorg
|
2021-04-12 19:53:35 +02:00 |
Stephan Hadinger
|
9e0300031a
|
Berry driver.add_cmd()
|
2021-04-11 15:14:10 +02:00 |
Theo Arends
|
7abf1336c1
|
Remove redundant ETH lib
|
2021-04-05 17:39:56 +02:00 |
s-hadinger
|
a37b3ec2c3
|
Merge pull request #11595 from s-hadinger/berry_attrdump
Berry fix crash when no attributes
|
2021-04-05 14:39:03 +02:00 |
Stephan Hadinger
|
a979136b4b
|
Berry fix crash when no attributes
|
2021-04-05 14:14:32 +02:00 |
Barbudor
|
59510da9e1
|
Berry : fix custom command +more (#11592)
* fix custom command + more
* missing berry lib changes
* solidifying
|
2021-04-05 13:53:04 +02:00 |
Stephan Hadinger
|
6952d5ac7c
|
Berry add ``light`` module
|
2021-04-04 19:36:25 +02:00 |
Stephan Hadinger
|
93cb995a7c
|
Berry minor improvements
|
2021-04-03 19:53:52 +02:00 |
Stephan Hadinger
|
3b9821994d
|
Berry add ``gpio`` module
|
2021-04-03 18:06:40 +02:00 |
s-hadinger
|
1bd593eda3
|
Berry i2c improvements (#11497)
* Berry i2c improvements
* fix
* unfix
Co-authored-by: Stephan Hadinger <stephan.hadinger@gmail.com>
|
2021-03-28 19:07:48 +02:00 |
Stephan Hadinger
|
b06568b3c8
|
Berry stabilized and methods solidified
|
2021-03-27 19:02:22 +01:00 |
Stephan Hadinger
|
8155d2c66a
|
Minor fixes
|
2021-03-21 17:12:10 +01:00 |
Stephan Hadinger
|
11127514b0
|
Berry add wire read/write_bytes
|
2021-03-21 10:03:58 +01:00 |
Stephan Hadinger
|
9116c9848a
|
Berry milestone March 20
|
2021-03-20 18:44:35 +01:00 |
Stephan Hadinger
|
95e696075e
|
Add support for MPU6686 on primary or secondary I2C bus
|
2021-03-15 21:06:50 +01:00 |
Stephan Hadinger
|
44517380ff
|
Berry upgrade
|
2021-03-13 22:42:24 +01:00 |
Jason2866
|
7716bc8a8f
|
mv some ESP32 libs
|
2021-03-11 14:48:59 +01:00 |
gemu2015
|
9d64f0cfba
|
support for apple homekit on esp32
|
2021-03-11 12:28:13 +01:00 |
Stephan Hadinger
|
f808038694
|
ESP32 support for WS2812 hardware driver via RMT or I2S
|
2021-03-10 20:38:19 +01:00 |
Stephan Hadinger
|
4471d6b9d5
|
Berry improvements
|
2021-03-07 19:37:18 +01:00 |
Stephan Hadinger
|
d5ef4afceb
|
Berry improvements
|
2021-03-03 08:34:38 +01:00 |
Stephan Hadinger
|
b613e1db37
|
Berry improvements
|
2021-02-28 20:50:37 +01:00 |
Stephan Hadinger
|
88115be15d
|
Berry add load/save
|
2021-02-17 19:35:37 +01:00 |
Simon Hailes
|
79b480ce73
|
Update NimBLE to 1.2.0 release version - no TAS code changes required.
|
2021-02-17 09:19:45 +00:00 |