Rop Gonggrijp
f4be773d87
Merge branch 'lvgl:master' into master
2021-06-06 11:43:16 +02:00
Carlos Diaz
db51c38e63
Merge pull request #55 from Alnef/master
...
Fix contrast and display mode initialisation
2021-05-09 21:33:55 -05:00
Rop Gonggrijp
4ba7c76028
Added support for M5Core2 screen (CONFIG_LV_PREDEFINED_DISPLAY_M5CORE2)
...
Update README.md
2021-04-28 13:19:33 +02:00
Rop Gonggrijp
00dd1504d9
Removed white space at EOL, added some EOLs at EOF
...
Many code editors are set to do this automatically now, so it ends up being annoying to scrape back out of commits to keep them easily reviewable.
Also added '.DS_Store' and 'build' entries to .gitignore
2021-04-28 11:15:00 +02:00
Rop Gonggrijp
7b571a7fc7
LV_DISP_USE_RST
...
Allows to not allocate a GPIO for display reset: some may have that pin tied or attached to a Power management IC.
Supersedes PR from @usedbytes doing same but only for IL9341, this is for all supported displays.
2021-04-28 11:04:53 +02:00
Alnef
94c4800f66
Merge pull request #1 from Alnef/Alnef-patch-ssd1306
...
Fix contrast and display mode initialisation
2021-04-10 14:59:58 +02:00
Alnef
63cfe0fdd8
Fix contrast and display mode initialisation
...
The double byte command OLED_CMD_SET_CONTRAST (SSD1306 datasheet rev 1.1 p.28) was followed by display_mode.
So the contrast was set to 0xA6 or 0xA7 depending on the display mode configured and the display mode itself wasn't configurable.
2021-04-10 14:59:11 +02:00
Carlos Diaz
147cacc0af
Merge pull request #46 from tore-espressif/fix/wrover-kit-display-inversion
...
Fix/wrover kit display inversion
2021-03-29 10:18:39 -06:00
Carlos Diaz
3e1c6f3b67
Merge pull request #49 from lvgl/fix-ssd1306_orientation
...
SSD1306: Fix orientation symbol names
2021-03-19 11:38:48 -06:00
C47D
0442ebe736
SSD1306: Fix orientation symbol names
...
Kconfig sets CONFIG_DISPLAY_ORIENTATION_LANDSCAPE and CONFIG_DISPLAY_ORIENTATION_LANDSCAPE_INVERTED.
This commit replaces the old references to CONFIG_LV_DISPLAY_ORIENTATION_LANDSCAPE and
CONFIG_LV_DISPLAY_ORIENTATION_LANDSCAPE_INVERTED.
Fixes : #48
2021-03-14 16:27:57 -06:00
Tomas Rezucha
82b738e533
ili9341: display inversion
2021-03-02 12:51:29 +01:00
Tomas Rezucha
84c94655a2
Merge pull request #5 from lvgl/master
...
merge from lvgl
2021-03-02 12:46:26 +01:00
C47D
9fed1cc47b
SSD1306: Use LV_DISPLAY_ORIENTATION symbols
2021-02-28 17:53:32 -06:00
Carlos Diaz
6aeb0b725a
Merge pull request #45 from lvgl/cleanup_il3820
...
IL3820: Update interface declarations
2021-02-28 17:51:10 -06:00
C47D
5aea338a29
IL3820: Update interface declarations
2021-02-28 17:18:25 -06:00
Carlos Diaz
72e2e765eb
Merge pull request #42 from lvgl/improve_make_support
...
Support make build system
2021-02-24 08:46:23 -06:00
Carlos Diaz
50967d8a98
Merge pull request #43 from tore-espressif/feature/refactor_build_systems
...
Feature/refactor build systems
2021-02-23 16:35:26 -06:00
Tomas Rezucha
503ecb2b1e
Move Simple include definition to ESP32-drivers
2021-02-23 20:28:27 +01:00
Tomas Rezucha
28d9fe7641
Fix Kconfig name
2021-02-23 20:27:56 +01:00
Tomas Rezucha
34d520c7ee
Make this repository a single ESP-IDF component
2021-02-23 16:00:21 +01:00
C47D
37715bc2b7
lvgl_tft: Check for symbols instead of adding all when using make build
2021-02-22 22:24:39 -06:00
Carlos Diaz
462f5eea46
Merge pull request #41 from lvgl/tft_kconfig
...
Remove AXP192 symbols being created when it shouldn't
2021-02-21 19:34:46 -06:00
C47D
7e3c313ddd
Remove AXP192 symbols being created when it shouldn't
2021-02-21 19:01:23 -06:00
Carlos Diaz
7cb916e496
Try to fix COMPONENT_ADD_INCLUDEDIRS
2021-02-20 14:15:53 -06:00
Carlos Diaz
347aaa68d2
Merge pull request #26 from lvgl/fix/ssd1306_orientation
...
Fix/ssd1306 orientation
2021-02-15 22:25:43 -06:00
Tomas Rezucha
2cc9d49e39
Merge pull request #4 from lvgl/master
...
Update from LVGL
2021-02-15 12:20:27 +01:00
Carlos Diaz
6b08c3fcce
Merge pull request #34 from cranial-smoke/feature/st7789_soft_reset
...
Adds soft reset option to ST7789 driver
2021-02-13 18:51:10 -06:00
Carlos Diaz
ee13a029c6
Merge branch 'master' into feature/st7789_soft_reset
2021-02-13 18:50:51 -06:00
Carlos Diaz
5f129e5cb7
Merge pull request #39 from tore-espressif/feature/color-inversion
...
Feature/color inversion
2021-02-12 08:10:58 -06:00
Carlos Diaz
15ba53b40d
Merge pull request #37 from tore-espressif/fix/simple-include
...
Fix/simple include
2021-02-12 08:10:30 -06:00
Tomas Rezucha
b58a41ebc0
Merge pull request #3 from tore-espressif/feature/color-inversion
...
Feature/color inversion
2021-02-12 12:07:07 +01:00
Tomas Rezucha
9326e16449
Show deprecated option only for RA8875
2021-02-12 10:47:05 +01:00
Tomas Rezucha
849afed80d
Use correct option for color inversion
2021-02-12 10:39:58 +01:00
Tomas Rezucha
4e0667a065
Add editor config for people who use it
2021-02-12 10:20:28 +01:00
Tomas Rezucha
c90f6a4831
Add 7789 color invert option
2021-02-12 10:18:01 +01:00
Tomas Rezucha
cbb08b2c3d
Merge pull request #2 from tore-espressif/fix/simple-include
...
Fix inlcude symbol in EVE_config.h
2021-02-12 10:01:27 +01:00
Tomas Rezucha
9fc469edb3
Fix inlcude symbol in EVE_config.h
2021-02-12 08:43:06 +01:00
Tomas Rezucha
1e9a7a3f82
Merge pull request #1 from lvgl/master
...
Update forked repo
2021-02-12 08:33:01 +01:00
cranial-smoke
3a34055cad
Hides reset pin config if ST7789 soft reset is enabled
2021-02-11 10:11:48 -05:00
cranial-smoke
260cf74e1b
Adds soft reset option to ST7789 driver
2021-02-10 17:55:40 -05:00
C47D
bfb129a554
ssd1306: Remove partial update support
2021-02-09 23:27:58 -06:00
Carlos Diaz
19a943c015
Merge pull request #30 from lvgl/fix/display_buffer_size
...
Enable using custom display buffer size, closes #27
2021-02-09 09:59:18 -06:00
C47D
82336c2120
Allow the user to define a custom display buffer size
2021-02-07 18:02:21 -06:00
C47D
ed013cb14f
lvgl_helpers: Reduce DISP_BUF_SIZE for ILI9341
2021-02-07 17:55:45 -06:00
C47D
a1f23a0c80
lvgl_helpers: Add comment about DISP_BUF_SIZE
2021-02-07 17:55:20 -06:00
Carlos Diaz
9cd4a2d4c8
Merge pull request #29 from lvgl/fix/esp32-s2-gpios
...
Fix/esp32 s2 gpios
2021-02-04 09:59:27 -06:00
C47D
d8ff17a7c7
touch: Handle ESP32S2 idf target
2021-02-04 00:22:03 -06:00
C47D
4c60f5fc4f
tft: Handle ESP32S2 idf target
2021-02-04 00:17:54 -06:00
C47D
6b0fd1f1ac
SSD1306: Handle theme not being mono
2021-01-31 17:28:03 -06:00
C47D
d6bb341f00
SSD1306: Update orientation configuration
2021-01-25 21:04:11 -06:00