Commit graph

  • 341b522b7b fix(lcd-backlight): Update to ESP IDF v5 master Andreas Mieke 2023-12-30 05:15:27 +0100
  • 8592cb9d29 Add Schmitt SPI display driver Andreas Mieke 2023-12-30 03:47:03 +0100
  • f9cd95c4c9 chore: 更新组件lvgl_esp32_drivers,适配ESP-IDF v5.1.1 #230 hello3rd 2023-11-12 19:48:29 +0800
  • c7fecb2501
    Merge 4127e7f433 into 26fe6e7703 #229 Howard Su 2023-11-12 16:52:23 +0800
  • 4127e7f433
    Fix reset in ili9488 #229 Howard Su 2023-11-12 16:52:13 +0800
  • 0d5cba80b8
    Merge 5b795f8c6b into 26fe6e7703 #210 AVartanyan 2023-09-18 18:14:10 +0000
  • 5b795f8c6b
    Fix the Landscape orientation #210 AVartanyan 2023-09-18 21:14:06 +0300
  • 01283a5d1e
    Merge 55d73f6ac7 into 26fe6e7703 #227 Vitor Alho 2023-09-07 04:17:48 +0000
  • 55d73f6ac7 github action test #227 Vitor Alho 2023-09-07 01:17:36 -0300
  • d927cc4485
    Update deployment.yml Vitor Alho 2023-09-07 01:16:51 -0300
  • 3eb1326cca Github action test Vitor Alho 2023-09-07 01:15:11 -0300
  • ea1b71dee6
    Update deployment.yml Vitor Alho 2023-09-07 01:13:50 -0300
  • e0e5ad85fa
    Update deployment.yml Vitor Alho 2023-09-07 01:12:43 -0300
  • f6b90e8d9a Merge branch 'master' of github.com:VitorAlho/lvgl_esp32_drivers Vitor Alho 2023-09-07 01:03:00 -0300
  • b90a566707 Github action test Vitor Alho 2023-09-07 00:59:52 -0300
  • beafa522e3
    Update deployment.yml Vitor Alho 2023-09-07 00:55:05 -0300
  • 6589d30782 Github action test Vitor Alho 2023-09-07 00:52:18 -0300
  • 39930a1009
    Create deployment.yml Vitor Alho 2023-09-07 00:02:51 -0300
  • 1cf7dd0876 minor fixes Vitor Alho 2023-09-05 12:33:09 -0300
  • 6a6fdcf289 minor fixes Vitor Alho 2023-09-05 11:57:13 -0300
  • 0b55ade07e Fix ILI9488 init function | Fix little ILI9488 display artifacts | auto-dma by default for all esp devices | ESP32-S3 support added | updated to be compatible with esp-idf =< 4 and >= 5 versions Vitor Alho 2023-09-05 11:24:38 -0300
  • 8aaebcb377
    Merge 5ffb67f193 into 26fe6e7703 #75 Martin F 2023-09-02 22:20:18 +0000
  • 5ffb67f193 Add GT911 using esp_lcd_touch_gt911 #75 martinberlin 2023-09-03 00:20:11 +0200
  • 9445dab325 epdiy V7 made a bit faster martinberlin 2023-08-26 12:23:37 +0200
  • 87bf29d676 Update with epdiy last version support martinberlin 2023-08-24 12:45:30 +0200
  • dacbeca6be
    Merge 2da44d8c2e into 335d444e45 #225 Luc Appelman 2023-08-02 07:28:27 +0000
  • 2da44d8c2e automatically select DMA channel #225 Luc Appelman 2023-08-02 09:16:39 +0200
  • ab61a653db portTICK_RATE_MS has been renamed Luc Appelman 2023-08-02 09:16:25 +0200
  • f9b9d6e829 fix print lines Luc Appelman 2023-08-02 08:54:46 +0200
  • 98890bf42b
    Merge a76c88fd66 into 26fe6e7703 #223 Hiruna Wijesinghe 2023-06-03 14:41:05 +0000
  • a76c88fd66 backward compatibility with esp-idf release/v4.2 (<4.3) #223 hiruna 2023-06-03 23:28:41 +1000
  • 66cee1b191 missing include esp_idf_version.h hiruna 2023-06-03 23:18:37 +1000
  • de52f295db backward compatibility with esp-idf release/v4.4 hiruna 2023-06-03 23:08:29 +1000
  • 50b212aa56 change touch controller readouts to verbose logger hiruna 2023-06-01 20:08:43 +1000
  • 16f9f93dab add disp offsets for 170x320px st7789 displays hiruna 2023-05-31 01:15:55 +1000
  • f22026caf7 use spi dma chan auto for esp32s3 hiruna 2023-05-31 01:15:28 +1000
  • aa1dae2076 fix rowstart for 128x128 hiruna 2023-05-27 18:31:34 +1000
  • fd4119638f add offsets for 128x128 display hiruna 2023-05-27 18:11:46 +1000
  • 52e2a4332e set DISP_BUF_SIZE to LV_HOR_RES_MAX * LV_VER_RES_MAX hiruna 2023-05-27 17:47:56 +1000
  • 2ebaaf22e0 CONFIG_LV_THEME_MONO -> CONFIG_LV_USE_THEME_MONO hiruna 2023-05-27 15:29:12 +1000
  • 26c7396892 fix i2c_manager port conf check hiruna 2023-05-27 13:24:29 +1000
  • 4065c3bfc1 fix esp_log fmt hiruna 2023-05-27 13:08:59 +1000
  • 8f72cfaa94 source i2c_manager files from https://github.com/ropg/i2c_manager master hiruna 2023-05-27 13:00:33 +1000
  • 785b7d5c28 gpio_pad_select_gpio -> esp_rom_gpio_pad_select_gpio hiruna 2023-05-26 22:50:04 +1000
  • 735b5df0ff fix i2c_manager conf checks hiruna 2023-05-26 22:27:08 +1000
  • f8b0f34a59 fixes for idf 5.x hiruna 2023-05-26 22:25:42 +1000
  • bc57b32d87 Backward compatibility for LV_HOR_RES_MAX & LV_VER_RES_MAX hiruna 2023-05-26 22:23:27 +1000
  • 85de8d7822 add requires driver hiruna 2023-05-26 22:20:21 +1000
  • ae62146df3 Backward compatibility for LV_HOR_RES_MAX & LV_VER_RES_MAX hiruna 2023-05-26 22:18:11 +1000
  • 1ed680bff6 [200~Backward compatibility for LV_HOR_RES_MAX & LV_VER_RES_MAX hiruna 2023-05-26 22:17:50 +1000
  • 2978b21f17 REQUIRED driver component Luc Appelman 2023-05-17 10:17:45 +0200
  • 799e2d7f39 backlight fixup Luc Appelman 2023-05-17 10:17:21 +0200
  • a73c429954 Marge branch 'master' into lvgl_7.11.0_idf_5.0 Luc Appelman 2023-05-17 10:17:09 +0200
  • 20f627718c
    Merge 5ad0f004fe into 26fe6e7703 #221 Tom Paine 2023-05-03 14:07:06 +0000
  • 5ad0f004fe
    Update hx8357.c #221 Tom Paine 2023-05-03 15:06:31 +0100
  • 335d444e45 updated gpio_pad_select_gpio to gpio_reset_pin develop/lvgl_7.11.0_idf_5.0 Eric Poulsen 2023-03-20 20:11:25 -0700
  • 2440b9b434 fixup for idf 5.0 Eric Poulsen 2023-03-20 16:45:30 -0700
  • 60751a31cf types casting to overcome format errors in idf v5 #219 Valeriy Chudnikov 2023-03-13 12:42:28 +0300
  • 1cbb99edac fixes to build with esp idf v5.0.1 #218 #217 Valeriy Chudnikov 2023-03-13 11:41:04 +0300
  • 7e60fd2239 change deprecated bit_num field to duty_resolution #215 GnSight 2023-02-05 10:01:21 +0800
  • 45c541823c use automatic DMA channel selection in ESP-IDF 4.4.4 and above GnSight 2023-02-05 10:00:24 +0800
  • fbeeb1832f
    Merge 34e221248d into 26fe6e7703 #214 mateusglucas 2022-12-22 18:10:26 +0000
  • 34e221248d
    Update Kconfig #214 mateusglucas 2022-12-22 15:09:42 -0300
  • 0e1aa742f7
    Merge cfebeb7c05 into 26fe6e7703 #212 woutervhoof 2022-12-19 21:08:55 +0000
  • cfebeb7c05 Remove adc_gpio_init function #212 Wouter Van Hoof 2022-12-19 21:54:43 +0100
  • 33ca7b739b Include GPIO lookup macros header file Wouter Van Hoof 2022-12-19 21:49:31 +0100
  • eec79bd3b2 Fix typo in pin define of adcraw Wouter Van Hoof 2022-12-19 21:47:19 +0100
  • a24411f95a
    Merge dd78dccca4 into 26fe6e7703 #203 spaceMan00 2022-11-24 08:20:18 +0000
  • dd78dccca4 support for ILI9342 in the ILI9341.c file #203 Bassam 2022-11-24 10:09:23 +0200
  • 32296b4fa6 not changing screen refresh Bassam 2022-11-04 00:02:17 +0200
  • 24cabb1523 added support for TE pin on the st7789 driver Bassam 2022-11-03 22:51:25 +0200
  • a4128e1d41 commented out a line that I think made the display slower Bassam 2022-10-31 00:31:22 +0200
  • 33cc74a9f0 reverted back to default coordinates for CST826 Bassam 2022-10-19 12:56:21 +0300
  • 02b0603cc6
    Update lvgl_helpers.c AVartanyan 2022-09-26 23:57:39 +0300
  • f4fd82bd7e
    Add support for SSD1680 e-paper controller AVartanyan 2022-09-26 23:49:24 +0300
  • 13525b1a20 On ESP32S3, dma channel should be set to 3 (== AUTO) #206 Marty Weiner 2022-09-22 01:12:54 -0400
  • 591b8349a7 Default LV_DISP_PIN_BUSY to -1 Marty Weiner 2022-09-12 16:01:04 -0400
  • 60544ea42d Fix for compile failing when building for ESP-S3 due to LV_DISP_PIN_BUSY being undefined. Marty Weiner 2022-09-11 15:23:27 -0400
  • 58ca4f0501
    Merge 9cb0e8f505 into 26fe6e7703 #205 龙叔 2022-09-06 05:09:11 +0000
  • 9cb0e8f505 st7735s add CONFIG_LV_TFT_DISPLAY_OFFSETS #205 xuhailong11 2022-09-06 13:01:04 +0800
  • 803a50383d Fix build for ESP32S3 & ST7735S controller. #204 Skip Hansen 2022-08-19 08:32:34 -0700
  • f29723c800 reverted back to using the lvgl i2c_manager Bassam 2022-08-12 13:07:15 +0300
  • 1afab3cd91 added support for S3 Bassam 2022-08-11 00:06:19 +0300
  • ed2860239f added the implementation of CST816 touch sensor Bassam 2022-08-07 00:31:06 +0300
  • f09e5aad47 Init lcd to RGB to match lvgl library color order J.R. Luppold 2022-07-15 15:10:50 -0700
  • 86788a0fb6 use custom display buffer size set in config & set COL/ROW START to 0 J.R. Luppold 2022-07-14 18:12:00 -0700
  • 267fee854f
    Merge f90b3db4bd into 26fe6e7703 #199 Nicklas Börjesson 2022-05-15 09:15:35 +0000
  • f90b3db4bd
    Add a delay to avoid filling the log #199 Nicklas Börjesson 2022-05-15 11:07:21 +0200
  • 1759b774a9
    ST7789: LVGL rotation support (#182) #198 develop_old Carlos Diaz 2022-05-12 22:15:34 -0500
  • 8d9f6e2548
    Update to support ESP-IDF v5 in develop branch (#186) Rashed Talukder 2022-05-12 20:15:06 -0700
  • bd8a7e3edd
    Merge pull request #191 from tore-espressif/develop Tomas Rezucha 2022-04-19 08:03:36 +0200
  • 9fd1634a08 ci: Update build job to v4.4 #191 Tomas Rezucha 2022-04-11 10:31:01 +0200
  • ef108457c7 Merge branch 'master' into develop Tomas Rezucha 2022-04-11 09:14:22 +0200
  • 1cc7a8eae0
    Merge 52a1017ce3 into 26fe6e7703 #189 Renee 2022-03-23 18:49:01 +0000
  • 52a1017ce3
    Increase buffer allocation during flush #189 Renee 2022-03-23 13:47:39 -0500
  • f76bb64a1d
    Merge 8bfe11a4a8 into 26fe6e7703 #188 Sergey Chernov 2022-03-20 22:33:13 +0000
  • 8bfe11a4a8 fix missing SPI_HOST_MAX #188 seregamorph 2022-03-20 23:29:20 +0100
  • d9e67c8e9c Fix another forgotten ')' #186 Rashed Talukder 2022-03-18 19:30:39 -0700
  • 7c9057dd93 Add missing version include Rashed Talukder 2022-03-18 19:26:07 -0700
  • 50c3b37f53 Remove unnecessarily addded rom header files Rashed Talukder 2022-03-18 19:24:47 -0700