Commit graph

  • 93a44492fc Things suggested by @tore-espressif #70 Rop Gonggrijp 2021-07-14 13:12:49 +0200
  • befa5d0730 directory i2c_manager -> lvgl_i2c Rop Gonggrijp 2021-07-14 12:43:19 +0200
  • 93125f3e00 another typo Rop Gonggrijp 2021-07-13 14:33:54 +0200
  • 2a34dec70a typo Rop Gonggrijp 2021-07-12 18:28:32 +0200
  • f7b7c99cf0 timeout duplicate division removed Rop Gonggrijp 2021-07-12 18:28:25 +0200
  • 5739934d14 Fix README render on GitHub Rop Gonggrijp 2021-07-12 13:00:46 +0200
  • 6f2ce1307c Better LVGL I2C README Rop Gonggrijp 2021-07-12 10:24:24 +0200
  • ef76fd1056 I2C Manager Kconfig now generic Rop Gonggrijp 2021-07-12 10:24:11 +0200
  • 048438738c Things noted by @tore-espressif Rop Gonggrijp 2021-07-12 10:18:20 +0200
  • b3515c4832
    Merge pull request #86 from ropg/fix_for_v7 Carlos Diaz 2021-07-08 16:37:56 -0500
  • 8f661270be Make it work with v7 and v8 #86 Rop Gonggrijp 2021-07-08 18:08:29 +0200
  • e52112376f Replace allLVGL driver I2C code with I2C Manager Rop Gonggrijp 2021-07-08 11:04:07 +0200
  • 8f1370d1c4
    Merge pull request #84 from ropg/fix_ft6x36 Carlos Diaz 2021-07-07 15:47:07 -0500
  • f32a6f57fc FT6X36 touch: fixed axis-swap, Kconfig defaults. #84 Rop Gonggrijp 2021-07-07 20:40:15 +0200
  • 557679a6ee
    Merge pull request #83 from lvgl/fix/disp_driver_pointer Carlos Diaz 2021-07-01 11:30:27 -0500
  • fa86e1d092 Remove & operator when passing display driver to lv_disp_flush_ready #83 C47D 2021-06-30 23:02:00 -0500
  • 7c3dbc0b7f Remove & operator from when calling lv_disp_flush_ready #82 C47D 2021-06-30 22:47:45 -0500
  • d58b9d6f3d ST7735S: Abstract calls to gpio_set_level C47D 2021-06-29 19:58:45 -0500
  • 08c2b0a17d Initial support for displays with no DC signal C47D 2021-06-29 19:51:45 -0500
  • 7d0bbe8ce5
    Merge pull request #80 from abouillot/master Carlos Diaz 2021-06-28 00:04:01 -0500
  • 613787b340 enable the X and Y offset options whith TTGO TDisplay #80 Debian 2021-06-27 11:50:19 -0500
  • fb66f4546d
    Merge pull request #78 from jsmestad/patch-1 Carlos Diaz 2021-06-26 20:24:34 -0500
  • 82ba726199
    Revert lvgl_tft/Kconfig #78 Justin Smestad 2021-06-26 17:50:56 -0600
  • 19087aeb06
    Remove SPI guard for TTGO configuration Justin Smestad 2021-06-26 17:50:28 -0600
  • 55dd527e10
    Update KConfig to remove LV_ prefix on orientation checks Justin Smestad 2021-06-26 17:44:59 -0600
  • 35a005a47c
    esp_lcd_backlight: do not build if not enabled Rajssss 2021-06-26 13:30:26 +0530
  • 5d4334a5b9
    Created separate component for backlight control Rajssss 2021-06-26 12:10:41 +0530
  • 22893f0ae1 Add a reference to L58 include directory martinberlin 2021-06-23 19:05:48 +0200
  • bcd2b80bae
    Merge branch 'master' into master Martin 2021-06-23 09:25:39 +0200
  • b70d2dc151 lvgl_helpers: Fix compilation error when using ESP-IDF v4.3 or below C47D 2021-06-22 13:05:58 -0500
  • a66706d139 #1 Cleanup and add L58 as driver in this component Martin Fasani 2021-06-22 10:07:38 +0200
  • aff7d1fd18
    Merge pull request #69 from lvgl/feature/esp32c3_support Carlos Diaz 2021-06-21 13:47:15 -0500
  • c55e32a9d4 Update Readme martinberlin 2021-06-21 20:31:31 +0200
  • 4004726e33
    Merge branch 'lvgl:master' into master Martin 2021-06-21 20:15:32 +0200
  • a17a77b923
    st7735s: Added brightness control though LED pin Rajssss 2021-06-20 20:20:27 +0530
  • 5fea0bf093
    Update lvgl_helpers.c #73 Trackhe 2021-06-19 22:34:28 +0200
  • b9cccc342f Include lv_refr more easily #69 C47D 2021-06-15 21:01:36 -0500
  • 4650001bde Rendering correctly in full screen and small updates Martin Fasani 2021-06-15 10:59:32 +0200
  • 0d32432f4c touch driver: Add LVGL v8 compatibility C47D 2021-06-13 15:06:22 -0500
  • 588b14f029 Leave buf_copy_to_framebuffer as the default method and Gabor method as secondary martinberlin 2021-06-13 15:18:48 +0200
  • 9a16924501 Related to commit in 196e4888a0 martinberlin 2021-06-13 14:57:25 +0200
  • 255a1a7680 Update callbacks to support also fast update MODE_DU configurable with updateMode enum martinberlin 2021-06-13 09:42:19 +0200
  • 97a330ca42 Now v2 is the official EPDiy driver of this fork martinberlin 2021-06-12 19:58:11 +0200
  • d71793ffc9 Now first version is renamed to epdiy_epaper_v1.cpp martinberlin 2021-06-12 19:53:28 +0200
  • 6dfa2a122a Fill *buf initially with white in first set_px call. Remove additional nibble per row check since this is done already by LVGL# martinberlin 2021-06-12 16:10:57 +0200
  • cd28318973 Clean up example with buffer copy martinberlin 2021-06-11 15:14:47 +0200
  • 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 martinberlin 2021-06-11 12:39:00 +0200
  • f726311525 Indev: Add support for GT911 touch driver by @dastarling C47D 2021-06-10 22:49:56 -0500
  • d379a4e851 Handle ESP32C3 when using ESP32C3 C47D 2021-06-10 22:36:01 -0500
  • d09fd59869 Add ESP32C3 support on Kconfig files C47D 2021-06-10 22:31:09 -0500
  • 696b6ff463 lvgl_helpers: Set spi dma channel to SPI_DMA_CH_AUTO when using ESP32C3 C47D 2021-06-10 22:22:44 -0500
  • 1af29975e9 Add support for ESP32C3 SPI hosts C47D 2021-06-08 10:26:03 -0500
  • 8b65d3547c Fix path when using LVGL v8 C47D 2021-06-07 22:00:17 -0500
  • a387e799e1 Print LV_HOR_RES_MAX and LV_VER_RES_MAX only when using LVGL v7 or below C47D 2021-06-07 21:57:00 -0500
  • cccb932d3c
    Merge pull request #59 from melmdk/ili9163c Carlos Diaz 2021-06-07 21:39:57 -0500
  • 06e52d6093
    Merge branch 'master' into ili9163c #59 Carlos Diaz 2021-06-07 21:39:21 -0500
  • 7aef1518fb
    Merge pull request #67 from lvgl/st7789_expose_cmd_api Carlos Diaz 2021-06-07 21:37:47 -0500
  • 8f4ba03dd6
    Merge pull request #63 from abraaocsantana/fix-inverted-colors-gc9a01 Carlos Diaz 2021-06-07 21:37:17 -0500
  • 54243621c3
    Merge pull request #58 from ropg/master Gabor Kiss-Vamosi 2021-06-07 21:32:08 +0200
  • f4be773d87 Merge branch 'lvgl:master' into master #58 Rop Gonggrijp 2021-06-06 11:43:16 +0200
  • 160035caca Add generic CalEPD SPI epaper driver Martin Fasani 2021-06-03 13:38:23 +0200
  • 42ae32f373 Update epdiy_epaper to make void epdiy_set_px_cb callback write directly to the framebuffer martinberlin 2021-06-01 17:34:03 +0200
  • 18350e6fd7 Add old calepd version Martin Fasani 2021-06-01 16:15:31 +0200
  • 19b1ecde22 Update epdiy driver using it standalone, without CalEPD. Previous is not epdiy_cale.cpp Martin Fasani 2021-06-01 16:10:59 +0200
  • debae0b814 #3 Add touch hook for Lilygo L58 martinberlin 2021-05-30 20:13:32 +0200
  • c9660bd69f #3 Start adding L58: Find a way to instantiate existing class or refactor it to C martinberlin 2021-05-30 19:51:59 +0200
  • 7d339be14a Attempt to add partial update when flush area is not full screen martinberlin 2021-05-29 02:03:04 +0200
  • f4a760d482 Enlarge DISP_BUF_SIZE. Remove epdiy_rounder callback since is not used martinberlin 2021-05-28 22:28:14 +0200
  • 2d3a1fa7c3 Make grays darker martinberlin 2021-05-28 21:07:46 +0200
  • a0113e0d5c Setup epdiy_epaper generic driver REF: https://github.com/martinberlin/lv_port_esp32-epaper/issues/2 Flushing too often, drawing only 40 px on top of display martinberlin 2021-05-28 20:53:08 +0200
  • c3e8f49ae4
    Update Kconfig #63 Abraão de Santana 2021-05-27 22:36:39 -0300
  • db51c38e63
    Merge pull request #55 from Alnef/master Carlos Diaz 2021-05-09 21:33:55 -0500
  • 23907711ca ST7789: Expose send_cmd and send_data to the user #67 C47D 2021-05-09 21:31:32 -0500
  • 21f81d117b Support ILI9163c (Sparkfun LCD-15143) Martin Lindberg Mogensen 2021-04-29 09:55:22 +0200
  • 4ba7c76028 Added support for M5Core2 screen (CONFIG_LV_PREDEFINED_DISPLAY_M5CORE2) Rop Gonggrijp 2021-04-28 11:43:40 +0200
  • 00dd1504d9 Removed white space at EOL, added some EOLs at EOF Rop Gonggrijp 2021-04-28 11:15:00 +0200
  • 7b571a7fc7 LV_DISP_USE_RST Rop Gonggrijp 2021-04-28 11:04:53 +0200
  • 94c4800f66
    Merge pull request #1 from Alnef/Alnef-patch-ssd1306 #55 Alnef 2021-04-10 14:59:58 +0200
  • 63cfe0fdd8
    Fix contrast and display mode initialisation Alnef 2021-04-10 14:59:11 +0200
  • 147cacc0af
    Merge pull request #46 from tore-espressif/fix/wrover-kit-display-inversion Carlos Diaz 2021-03-29 10:18:39 -0600
  • 3e1c6f3b67
    Merge pull request #49 from lvgl/fix-ssd1306_orientation Carlos Diaz 2021-03-19 11:38:48 -0600
  • 0442ebe736 SSD1306: Fix orientation symbol names #49 C47D 2021-03-14 16:27:57 -0600
  • 82b738e533 ili9341: display inversion #46 Tomas Rezucha 2021-03-02 12:51:29 +0100
  • 84c94655a2
    Merge pull request #5 from lvgl/master Tomas Rezucha 2021-03-02 12:46:26 +0100
  • 9fed1cc47b SSD1306: Use LV_DISPLAY_ORIENTATION symbols C47D 2021-02-28 17:53:32 -0600
  • 6aeb0b725a
    Merge pull request #45 from lvgl/cleanup_il3820 Carlos Diaz 2021-02-28 17:51:10 -0600
  • 5aea338a29 IL3820: Update interface declarations #45 C47D 2021-02-28 17:18:25 -0600
  • 72e2e765eb
    Merge pull request #42 from lvgl/improve_make_support Carlos Diaz 2021-02-24 08:46:23 -0600
  • 50967d8a98
    Merge pull request #43 from tore-espressif/feature/refactor_build_systems #42 Carlos Diaz 2021-02-23 16:35:26 -0600
  • 503ecb2b1e Move Simple include definition to ESP32-drivers #43 Tomas Rezucha 2021-02-23 20:28:27 +0100
  • 28d9fe7641 Fix Kconfig name Tomas Rezucha 2021-02-23 20:27:56 +0100
  • 34d520c7ee Make this repository a single ESP-IDF component Tomas Rezucha 2021-02-23 16:00:21 +0100
  • 37715bc2b7 lvgl_tft: Check for symbols instead of adding all when using make build C47D 2021-02-22 22:24:39 -0600
  • 462f5eea46
    Merge pull request #41 from lvgl/tft_kconfig Carlos Diaz 2021-02-21 19:34:46 -0600
  • 7e3c313ddd Remove AXP192 symbols being created when it shouldn't #41 C47D 2021-02-21 19:01:23 -0600
  • 7cb916e496 Try to fix COMPONENT_ADD_INCLUDEDIRS Carlos Diaz 2021-02-20 14:15:53 -0600
  • 347aaa68d2
    Merge pull request #26 from lvgl/fix/ssd1306_orientation Carlos Diaz 2021-02-15 22:25:43 -0600
  • 2cc9d49e39
    Merge pull request #4 from lvgl/master Tomas Rezucha 2021-02-15 12:20:27 +0100
  • 6b08c3fcce
    Merge pull request #34 from cranial-smoke/feature/st7789_soft_reset Carlos Diaz 2021-02-13 18:51:10 -0600
  • ee13a029c6
    Merge branch 'master' into feature/st7789_soft_reset #34 Carlos Diaz 2021-02-13 18:50:51 -0600