Commit graph

  • 6b6b756da3 ra8875: Replace ESP_LOG with LVGL logging C47D 2021-10-13 23:29:34 -0500
  • 18569b6c17 gt911: Replace ESP_LOG with LVGL logging C47D 2021-10-13 23:28:50 -0500
  • 5d55edc37c ft6x36: Replace ESP_LOG with LVGL logging C47D 2021-10-13 23:27:31 -0500
  • 4a9cfeb6fb EVE_commands: Replace ESP_LOG with LVGL logging C47D 2021-10-13 23:23:56 -0500
  • 83875cc6bd hx8357: Replace ESP_LOG with LVGL logging C47D 2021-10-13 23:21:19 -0500
  • 94244ad432 il3820: Replace ESP_LOG with LVGL logging C47D 2021-10-13 23:20:31 -0500
  • 44b552758e ili9163c: Replace ESP_LOG with LVGL logging C47D 2021-10-13 23:19:51 -0500
  • b9c381a07d ili9488: Replace ESP_LOG with LVGL logging C47D 2021-10-13 23:17:24 -0500
  • e51f475263 ili9486: Replace ESP_LOG with LVGL logging C47D 2021-10-13 23:15:27 -0500
  • e1c18c13b9 jd79653a: Replace ESP_LOG with LVGL logging C47D 2021-10-13 23:14:03 -0500
  • 83d5486207 uc8151d: Remove typo C47D 2021-10-13 23:09:17 -0500
  • 1a8d0d91e2 ra8875: Replace ESP_LOG with LVGL logging C47D 2021-10-13 23:04:44 -0500
  • 81abc17904 st7735s: Replace ESP_LOG with LVGL logging C47D 2021-10-13 23:02:47 -0500
  • ef0946a6cc st7796s: Replace ESP_LOG with LVGL logging C47D 2021-10-13 23:01:26 -0500
  • f1e1f0d9fd uc8151d: Replace ESP_LOG with LVGL logging C47D 2021-10-13 23:00:18 -0500
  • 12cf92da81 Merge branch 'develop' into fix/use_lvgl_logging C47D 2021-10-13 22:55:11 -0500
  • d116dfd87d display_bsp_init_io: Fix macro names must be identifiers C47D 2021-10-13 22:54:54 -0500
  • 6a76078ba8 ili9481: Fix TAG C47D 2021-10-13 22:53:00 -0500
  • 5fbce2a3bf Merge branch 'develop' into fix/use_lvgl_logging C47D 2021-10-13 22:47:33 -0500
  • 0b8d488867 Check for CONFIG_LV_DISP_PIN_BCKL before using it C47D 2021-10-13 22:47:12 -0500
  • 364349dbf8 ili9481: Replace ESP_LOG with LVGL logging C47D 2021-10-13 22:43:57 -0500
  • 4b01564076 ili9481: Replace ESP_LOG with LVGL logging C47D 2021-10-13 22:39:32 -0500
  • f7b34f8a3e
    Merge pull request #125 from lvgl/fix/update_ili9341 Carlos Diaz 2021-10-13 19:19:03 -0500
  • 3d775fadd1
    Merge pull request #127 from lvgl/fix/dont_use_rst_when_not_defined Carlos Diaz 2021-10-13 19:16:37 -0500
  • 0a924fc1b6
    Merge pull request #129 from lvgl/feat/add_gpio_helper Carlos Diaz 2021-10-13 19:15:22 -0500
  • 4255e3005b feat(lvgl_helpers): Add function to initialize GPIOs #129 C47D 2021-10-06 23:17:03 -0500
  • 52f89b10e1 fix(uc8151d): Fix break when hardware reset is disabled #127 C47D 2021-10-05 18:58:47 -0500
  • 3b33c04585 fix(jd79653a): Fix break when hardware reset is disabled C47D 2021-10-05 18:58:29 -0500
  • 152582e9f8 fix(ili9163c): Fix break when hardware reset is disabled C47D 2021-10-05 18:57:58 -0500
  • f7164ff22a ili9341: Update driver to use new port interface #125 C47D 2021-10-05 00:03:02 -0500
  • f6999a52fe
    Merge pull request #112 from lvgl/feat-add_busy_signal_handler_to_generic_driver Carlos Diaz 2021-10-01 15:11:47 -0500
  • d627884887 Replace display_port_busy_t with bool #112 C47D 2021-10-01 12:11:28 -0500
  • e5b7ef9de2 FT6X36: Fix coordinates invesion C47D 2021-09-28 20:51:36 -0500
  • 4d3f23a3e8
    Merge pull request #119 from lvgl/fix/ft6x36_coordinates Carlos Diaz 2021-09-28 20:52:38 -0500
  • 88628042e6 FT6X36: Fix coordinates invesion #119 C47D 2021-09-28 20:51:36 -0500
  • 3c5a4061d9 feat(lv_port): Add abstraction for busy signal C47D 2021-09-18 20:14:35 -0500
  • 2006d5e449
    Merge pull request #92 from lvgl/feat-mcu_independent_bsp Carlos Diaz 2021-09-17 21:50:38 -0500
  • cd999e34cd fix(lvgl_helpers): Remove all references to disp_driver_init in lvgl_driver_init #92 C47D 2021-09-14 18:06:36 -0500
  • 85f70cb688 feat(disp_driver): Move backlight configuration to it's own API C47D 2021-09-11 14:46:02 -0500
  • 3980e51f07 fix(st7789): Remove backlight control from driver C47D 2021-09-11 14:27:14 -0500
  • 9d9fadf450 fix(display_port): Rename display_hal_* to display_port_* C47D 2021-09-11 14:21:08 -0500
  • 359dcb92ba feat(st7789.c): Add delay after sending software reset command C47D 2021-09-11 13:56:32 -0500
  • 20438187b1 Revert "feat(st7789.c): Initial support for display rotation control using LVGL" C47D 2021-09-11 13:51:21 -0500
  • 0e29128b3b feat(st7789.c): Initial support for display rotation control using LVGL C47D 2021-09-09 22:47:47 -0500
  • ffae578a39 chore(st7789.h): Add note to st7789_update_cb C47D 2021-09-09 19:36:32 -0500
  • 9b1e3d1198 fix(disp_driver): Update disp_driver_init API signature C47D 2021-09-09 18:10:10 -0500
  • 2134cdcfb5 fix(st7789.h): Add missing ; to st7789_update_cb C47D 2021-09-09 18:08:58 -0500
  • b6e1f91ed1 ST7789: Use new configuration option for software reset C47D 2021-09-08 23:08:18 -0500
  • 2a3157b8fc ST7789: Move configuration to display_config.h C47D 2021-09-08 23:02:47 -0500
  • d79b68bdf6 ST7789: Cleanup C47D 2021-09-08 23:01:01 -0500
  • dfe54e8573 ST7789: Add template for update_cb C47D 2021-09-08 22:59:52 -0500
  • 83c08f6a2a st7789: Remove unused symbols C47D 2021-09-07 19:44:01 -0500
  • f6307afabc Rename display_espressif_hal.c to lv_port_display_espressif.c C47D 2021-09-07 19:30:31 -0500
  • c797562321 port; Move display_espressif_hal to new lv_port directory C47D 2021-09-07 19:12:53 -0500
  • aa8a78f72a helpers: Remove display initialization when using SPI C47D 2021-09-07 00:11:21 -0500
  • 64832c4136 fix(st7789): Remove extra parameter on disp_spi_send_colors and disp_spi_send_data C47D 2021-08-26 18:58:36 -0500
  • e314c7563b disp_driver: Add pointer to lv_disp_drv_t as parameter to disp_driver_init C47D 2021-08-26 18:54:15 -0500
  • 0c6975954f helpers: Remove display initialization from lvgl_driver_init C47D 2021-08-26 18:53:13 -0500
  • 0ae3f76097 hal: Fix typo on function signatures C47D 2021-08-26 18:51:35 -0500
  • 37da744873 cmake: Add initial display hal implementation for espressif MCUs to the build C47D 2021-08-26 18:50:26 -0500
  • 0f1a6d490e Add pointer to lv_disp_drv_t as first parameter to HAL functions C47D 2021-08-26 10:42:26 -0500
  • 413721182c Remove GPIO initialization from display init, they must be initialized by the user in main.c C47D 2021-08-25 15:16:47 -0500
  • 7cebfdd671 Rename display_bsp to display_hal C47D 2021-08-25 14:43:24 -0500
  • 2629b6d86a Update to use display_bsp C47D 2021-07-29 19:05:17 -0500
  • 6122d139de display_bsp: Move IO initialization here C47D 2021-07-29 19:04:39 -0500
  • 49a3ba84b4 display bsp: Move ESP32 pin specific code to display_bsp C47D 2021-07-29 18:56:22 -0500
  • 0b09769dcc ST7789: Hardware abstraction layer prototype C47D 2021-05-17 09:29:32 -0500
  • 31f340d864 Change config naming for ssd1306 to use LV_ prefix Kevin Sidwar 2021-08-12 23:48:23 -0600
  • 7c956f1442 Fix orientation config define Kevin Sidwar 2021-07-30 15:29:18 -0600
  • e3347e3cb5 fix data length overflow chenghongyao 2021-08-15 12:52:34 +0800
  • feb948b6f1 bug fix to use V8 with ILI9341 #108 ogghst 2021-09-13 11:05:32 +0200
  • 1c22fb58de Add SSD1351 Support #107 Artur Gomes 2021-09-12 14:40:03 -0300
  • df754c80fb One pixel transformation for ILI948x #103 Tomas Rezucha 2021-08-26 16:38:57 +0200
  • dd09b4d01a
    Merge pull request #93 from sidwarkd/patch-1 Carlos Diaz 2021-08-25 12:46:29 -0500
  • 56208791b2
    Merge pull request #100 from lvgl/feature/examples-folder Tomas Rezucha 2021-08-25 16:07:02 +0200
  • 6a3e46e509
    Merge pull request #99 from lvgl/fix/backlight-off Tomas Rezucha 2021-08-23 10:13:01 +0200
  • 82583ce6ce
    Merge pull request #101 from chenghongyao/fix_data_length_overflow Carlos Diaz 2021-08-17 15:36:41 -0500
  • 171cd53915 fix data length overflow #101 chenghongyao 2021-08-15 12:52:34 +0800
  • ee36378f54 Change config naming for ssd1306 to use LV_ prefix #93 Kevin Sidwar 2021-08-12 23:48:23 -0600
  • 7d9527b6e1 Add automated build of examples #100 Tomas Rezucha 2021-08-11 21:31:12 +0200
  • 568dce244a Add OLED example project Tomas Rezucha 2021-08-11 09:43:20 +0200
  • 40ec379b2d Merge branch 'fix/backlight-off' into develop Tomas Rezucha 2021-08-11 22:29:24 +0200
  • 5043946699 Fix build on idf v4.1 and v4.2 #99 Tomas Rezucha 2021-08-11 22:17:02 +0200
  • 72a5d3da79 Merge branch 'fix/backlight-off' into develop Tomas Rezucha 2021-08-11 21:02:57 +0200
  • 607df9ab94 Don't call backlight function when backlight is disabled Tomas Rezucha 2021-08-11 09:48:49 +0200
  • 4e0355ec30 Fix RA8875 build with monochrome settings Tomas Rezucha 2021-08-11 09:45:28 +0200
  • 280bebf52e
    Merge pull request #96 from lvgl/feature/build-all-drivers Tomas Rezucha 2021-08-10 07:37:11 +0200
  • 1801416c13
    Merge pull request #95 from lvgl/feature/esp_lcd_backlight Tomas Rezucha 2021-08-05 15:34:11 +0200
  • 01dc1259f8 Don't fire compiler warnings on missing driver configuration #96 Tomas Rezucha 2021-08-04 10:11:18 +0200
  • 803c58774c Remove display driver dependancies on Kconfig Tomas Rezucha 2021-08-03 16:35:25 +0200
  • 2d6ea1330c Provide README section about backlight control #95 Tomas Rezucha 2021-08-04 09:38:05 +0200
  • 11c240daca Support IDF version < v4.3 Tomas Rezucha 2021-08-03 16:59:40 +0200
  • 3c4399d510 Update TFT drivers for new backligh control Tomas Rezucha 2021-08-03 14:17:58 +0200
  • fa042b0ecd Carve out backlight control to separate component Tomas Rezucha 2021-08-03 08:59:59 +0200
  • a0e933c7e6
    Fix orientation config define Kevin Sidwar 2021-07-30 15:29:18 -0600
  • 678779c848
    Merge pull request #89 from ropg/range_remove Carlos Diaz 2021-07-30 14:05:33 -0500
  • 7a05cb17bd
    Merge pull request #74 from Rajssss/master Carlos Diaz 2021-07-29 18:27:59 -0500
  • 40064954df
    Merge branch 'master' into master #74 Carlos Diaz 2021-07-29 18:27:34 -0500
  • 779bf4ecfb Remove remaining IDF_TARGET-dependent GPIO ranges. #89 Rop Gonggrijp 2021-07-15 12:31:18 +0200
  • a68ce89ff4
    Merge pull request #70 from ropg/I2C_Manager Carlos Diaz 2021-07-14 13:18:35 -0500