Commit graph

215 commits

Author SHA1 Message Date
Rop Gonggrijp 6f2ce1307c Better LVGL I2C README 2021-07-12 10:24:24 +02:00
Rop Gonggrijp ef76fd1056 I2C Manager Kconfig now generic 2021-07-12 10:24:11 +02:00
Rop Gonggrijp 048438738c Things noted by @tore-espressif
See https://github.com/lvgl/lvgl_esp32_drivers/pull/70#pullrequestreview-703588587
2021-07-12 10:18:20 +02:00
Carlos Diaz b3515c4832
Merge pull request #86 from ropg/fix_for_v7
disp_spi.c: Now works with v7 and v8
2021-07-08 16:37:56 -05:00
Rop Gonggrijp 8f661270be Make it work with v7 and v8
Makes the change from #83 dependent on major version number so things work with v7 and v8.
2021-07-08 18:08:29 +02:00
Rop Gonggrijp e52112376f Replace allLVGL driver I2C code with I2C Manager
For discussion see #70
2021-07-08 11:04:07 +02:00
Carlos Diaz 8f1370d1c4
Merge pull request #84 from ropg/fix_ft6x36
FT6X36 touch: fixed axis-swap, Kconfig defaults.
2021-07-07 15:47:07 -05:00
Rop Gonggrijp f32a6f57fc FT6X36 touch: fixed axis-swap, Kconfig defaults. 2021-07-07 20:40:15 +02:00
Carlos Diaz 557679a6ee
Merge pull request #83 from lvgl/fix/disp_driver_pointer
Remove & operator when passing display driver to lv_disp_flush_ready
2021-07-01 11:30:27 -05:00
C47D fa86e1d092 Remove & operator when passing display driver to lv_disp_flush_ready
Closes #81
2021-06-30 23:02:10 -05:00
Carlos Diaz 7d0bbe8ce5
Merge pull request #80 from abouillot/master
enable the X and Y offset options whith TTGO TDisplay
2021-06-28 00:04:01 -05:00
Debian 613787b340 enable the X and Y offset options whith TTGO TDisplay 2021-06-27 11:50:19 -05:00
Carlos Diaz fb66f4546d
Merge pull request #78 from jsmestad/patch-1
Update KConfig to remove LV_ prefix on orientation checks
2021-06-26 20:24:34 -05:00
Justin Smestad 82ba726199
Revert lvgl_tft/Kconfig 2021-06-26 17:50:56 -06:00
Justin Smestad 19087aeb06
Remove SPI guard for TTGO configuration
Fixes remaining part of #50
2021-06-26 17:50:28 -06:00
Justin Smestad 55dd527e10
Update KConfig to remove LV_ prefix on orientation checks 2021-06-26 17:44:59 -06:00
Rajssss 35a005a47c
esp_lcd_backlight: do not build if not enabled
Signed-off-by: Rajssss <sssraj.sssraj@gmail.com>
2021-06-26 13:30:26 +05:30
Rajssss 5d4334a5b9
Created separate component for backlight control
-> Uses Timer 0, Channel 0 as PWM to control
   backlight via LED pin

Signed-off-by: Rajssss <sssraj.sssraj@gmail.com>
2021-06-26 12:39:21 +05:30
martinberlin 22893f0ae1 Add a reference to L58 include directory 2021-06-23 19:05:48 +02:00
Martin bcd2b80bae
Merge branch 'master' into master 2021-06-23 09:25:39 +02:00
C47D b70d2dc151 lvgl_helpers: Fix compilation error when using ESP-IDF v4.3 or below 2021-06-22 13:05:58 -05:00
Martin Fasani a66706d139 #1 Cleanup and add L58 as driver in this component 2021-06-22 10:07:38 +02:00
Carlos Diaz aff7d1fd18
Merge pull request #69 from lvgl/feature/esp32c3_support
Feature/esp32c3 support
2021-06-21 13:47:15 -05:00
martinberlin c55e32a9d4 Update Readme 2021-06-21 20:31:31 +02:00
Martin 4004726e33
Merge branch 'lvgl:master' into master 2021-06-21 20:15:32 +02:00
Rajssss a17a77b923
st7735s: Added brightness control though LED pin
-> Uses LED(Backlight) Pin as PWM to control the brightness

Signed-off-by: Rajssss <sssraj.sssraj@gmail.com>
2021-06-20 20:51:52 +05:30
C47D b9cccc342f Include lv_refr more easily 2021-06-15 21:01:36 -05:00
Martin Fasani 4650001bde Rendering correctly in full screen and small updates 2021-06-15 10:59:32 +02:00
C47D 0d32432f4c touch driver: Add LVGL v8 compatibility 2021-06-13 15:06:22 -05:00
martinberlin 588b14f029 Leave buf_copy_to_framebuffer as the default method and Gabor method as secondary 2021-06-13 15:18:48 +02:00
martinberlin 9a16924501 Related to commit in 196e4888a0 2021-06-13 14:57:25 +02:00
martinberlin 255a1a7680 Update callbacks to support also fast update MODE_DU configurable with updateMode enum 2021-06-13 09:42:19 +02:00
martinberlin 97a330ca42 Now v2 is the official EPDiy driver of this fork 2021-06-12 19:58:11 +02:00
martinberlin d71793ffc9 Now first version is renamed to epdiy_epaper_v1.cpp 2021-06-12 19:53:28 +02:00
martinberlin 6dfa2a122a Fill *buf initially with white in first set_px call. Remove additional nibble per row check since this is done already by LVGL# 2021-06-12 16:10:57 +02:00
martinberlin cd28318973 Clean up example with buffer copy 2021-06-11 15:14:47 +02:00
martinberlin c539322a36 Using epdiy_set_px_cb *buf and returning *color_map in flush method to update only the part that is updated. Still buggy but working version 2021-06-11 12:39:00 +02:00
C47D f726311525 Indev: Add support for GT911 touch driver by @dastarling 2021-06-10 22:49:56 -05:00
C47D d379a4e851 Handle ESP32C3 when using ESP32C3 2021-06-10 22:36:01 -05:00
C47D d09fd59869 Add ESP32C3 support on Kconfig files 2021-06-10 22:31:09 -05:00
C47D 696b6ff463 lvgl_helpers: Set spi dma channel to SPI_DMA_CH_AUTO when using ESP32C3 2021-06-10 22:22:44 -05:00
C47D 1af29975e9 Add support for ESP32C3 SPI hosts 2021-06-08 10:26:03 -05:00
C47D 8b65d3547c Fix path when using LVGL v8 2021-06-07 22:00:17 -05:00
C47D a387e799e1 Print LV_HOR_RES_MAX and LV_VER_RES_MAX only when using LVGL v7 or below 2021-06-07 21:57:00 -05:00
Carlos Diaz cccb932d3c
Merge pull request #59 from melmdk/ili9163c
Support ILI9163c
2021-06-07 21:39:57 -05:00
Carlos Diaz 06e52d6093
Merge branch 'master' into ili9163c 2021-06-07 21:39:21 -05:00
Carlos Diaz 7aef1518fb
Merge pull request #67 from lvgl/st7789_expose_cmd_api
ST7789: Expose send_cmd and send_data to the user
2021-06-07 21:37:47 -05:00
Carlos Diaz 8f4ba03dd6
Merge pull request #63 from abraaocsantana/fix-inverted-colors-gc9a01
Update Kconfig to Supp
2021-06-07 21:37:17 -05:00
Gabor Kiss-Vamosi 54243621c3
Merge pull request #58 from ropg/master
GPIO display reset optional / Added M5Core2 / White space fixes
2021-06-07 21:32:08 +02:00
Rop Gonggrijp f4be773d87 Merge branch 'lvgl:master' into master 2021-06-06 11:43:16 +02:00