hiruna
|
a76c88fd66
|
backward compatibility with esp-idf release/v4.2 (<4.3)
|
2023-06-03 23:28:41 +10:00 |
|
hiruna
|
66cee1b191
|
missing include esp_idf_version.h
|
2023-06-03 23:18:37 +10:00 |
|
hiruna
|
de52f295db
|
backward compatibility with esp-idf release/v4.4
|
2023-06-03 23:08:29 +10:00 |
|
hiruna
|
50b212aa56
|
change touch controller readouts to verbose logger
|
2023-06-01 20:08:43 +10:00 |
|
hiruna
|
16f9f93dab
|
add disp offsets for 170x320px st7789 displays
|
2023-05-31 01:15:55 +10:00 |
|
hiruna
|
f22026caf7
|
use spi dma chan auto for esp32s3
|
2023-05-31 01:15:28 +10:00 |
|
hiruna
|
aa1dae2076
|
fix rowstart for 128x128
|
2023-05-27 18:31:34 +10:00 |
|
hiruna
|
fd4119638f
|
add offsets for 128x128 display
|
2023-05-27 18:11:46 +10:00 |
|
hiruna
|
52e2a4332e
|
set DISP_BUF_SIZE to LV_HOR_RES_MAX * LV_VER_RES_MAX
|
2023-05-27 17:47:56 +10:00 |
|
hiruna
|
2ebaaf22e0
|
CONFIG_LV_THEME_MONO -> CONFIG_LV_USE_THEME_MONO
|
2023-05-27 15:29:12 +10:00 |
|
hiruna
|
26c7396892
|
fix i2c_manager port conf check
|
2023-05-27 13:24:29 +10:00 |
|
hiruna
|
4065c3bfc1
|
fix esp_log fmt
|
2023-05-27 13:08:59 +10:00 |
|
hiruna
|
8f72cfaa94
|
source i2c_manager files from https://github.com/ropg/i2c_manager master
|
2023-05-27 13:00:33 +10:00 |
|
hiruna
|
785b7d5c28
|
gpio_pad_select_gpio -> esp_rom_gpio_pad_select_gpio
|
2023-05-26 22:50:04 +10:00 |
|
hiruna
|
735b5df0ff
|
fix i2c_manager conf checks
|
2023-05-26 22:27:08 +10:00 |
|
hiruna
|
f8b0f34a59
|
fixes for idf 5.x
|
2023-05-26 22:25:42 +10:00 |
|
hiruna
|
bc57b32d87
|
Backward compatibility for LV_HOR_RES_MAX & LV_VER_RES_MAX
|
2023-05-26 22:23:27 +10:00 |
|
hiruna
|
85de8d7822
|
add requires driver
|
2023-05-26 22:20:21 +10:00 |
|
hiruna
|
ae62146df3
|
Backward compatibility for LV_HOR_RES_MAX & LV_VER_RES_MAX
|
2023-05-26 22:18:11 +10:00 |
|
hiruna
|
1ed680bff6
|
[200~Backward compatibility for LV_HOR_RES_MAX & LV_VER_RES_MAX
|
2023-05-26 22:17:50 +10:00 |
|
arktrin
|
26fe6e7703
|
clarify the 52/53 px offset oddity
|
2021-12-23 14:54:28 -06:00 |
|
arktrin
|
c4cd524487
|
add offset for 240x135 displays based on ST7789
|
2021-12-23 14:54:28 -06:00 |
|
arktrin
|
8d1fbcf5c4
|
replace hardcoded SPI DMA parameter
|
2021-12-21 16:57:51 -06:00 |
|
arktrin
|
8cbbc299e9
|
fix SPI names for touch
with ESP32-C3 specific auto-dma proper selection
|
2021-12-21 16:57:51 -06:00 |
|
Tomas Rezucha
|
762bb35265
|
Merge pull request #152 from lvgl/revert-151-fix/spi-names
Revert "fix spi names"
|
2021-12-17 19:18:36 +01:00 |
|
Tomas Rezucha
|
d44b7e808a
|
Revert "fix spi names"
|
2021-12-17 19:18:05 +01:00 |
|
Tomas Rezucha
|
02d351f898
|
Merge pull request #151 from lvgl/fix/spi-names
fix spi names
|
2021-12-16 15:46:10 +01:00 |
|
Tomas Rezucha
|
22ba4161b5
|
fix spi names
|
2021-12-16 15:45:23 +01:00 |
|
Tomas Rezucha
|
4afc03a9fa
|
Merge pull request #145 from arktrin/fix-spi-conf
Fix SPI configuration for ESP32C3 and ESP32S2
|
2021-12-14 16:28:06 +01:00 |
|
arktrin
|
23ee5be93b
|
replace all specific SPI names with SPIx_HOST
|
2021-12-13 14:31:09 +03:00 |
|
arktrin
|
31a5733c8d
|
Fix SPI configuration for ESP32-C3 and ESP32-S2
ESP32-C3 and ESP32-S2 do not have VSPI or HSPI
|
2021-12-05 17:01:36 +03:00 |
|
Matthias Ringwald
|
f3f6ba6470
|
Added PCD8544 to readme, addressed PR comments
|
2021-11-25 17:16:04 -06:00 |
|
Matthias Ringwald
|
37a4d3a4e6
|
Add PCD8544 driver
|
2021-11-25 17:16:04 -06:00 |
|
Carlos Diaz
|
b674d2d4f1
|
Merge pull request #136 from rashedtalukder/master
Add touch input values to an accessible FreeRTOS queue
|
2021-10-27 18:57:13 -05:00 |
|
Rashed Talukder
|
37548ad50f
|
Extern the queue handle and add definition in source file. Add macro condition for dependencies.
|
2021-10-27 09:20:57 -07:00 |
|
Rashed Talukder
|
a56b80b362
|
Add kconfig symbol for optional coordinates queue
|
2021-10-25 11:53:26 -07:00 |
|
Rashed Talukder
|
bd445ea30a
|
Add touch input values to a FreeRTOS queue
|
2021-10-19 17:27:27 -07:00 |
|
Carlos Diaz
|
617e6a46c0
|
Merge pull request #132 from ropg/fix_115
Fixes for #115
|
2021-10-15 10:54:41 -05:00 |
|
Rop Gonggrijp
|
db3d00e374
|
Addresses confusion: I2C manager component install only when others need I2C too.
See #115
|
2021-10-15 15:38:16 +02:00 |
|
Rop Gonggrijp
|
83eba9b04c
|
Fixes potential ESP-IDF config editor crash (#115)
|
2021-10-15 15:37:36 +02:00 |
|
Carlos Diaz
|
4d3f23a3e8
|
Merge pull request #119 from lvgl/fix/ft6x36_coordinates
FT6X36: Fix coordinates inversion and swap
|
2021-09-28 20:52:38 -05:00 |
|
C47D
|
88628042e6
|
FT6X36: Fix coordinates invesion
The coordinates need to be swapped before inveting them when swapping is enabled.
Suggested in #118 by @wreyford
|
2021-09-28 20:51:57 -05:00 |
|
Carlos Diaz
|
dd09b4d01a
|
Merge pull request #93 from sidwarkd/patch-1
Fix orientation config define on Kconfig and ssd1306
|
2021-08-25 12:46:29 -05:00 |
|
Tomas Rezucha
|
6a3e46e509
|
Merge pull request #99 from lvgl/fix/backlight-off
Don't call backlight function when backlight is disabled
|
2021-08-23 10:13:01 +02:00 |
|
Carlos Diaz
|
82583ce6ce
|
Merge pull request #101 from chenghongyao/fix_data_length_overflow
ST7789: Fix data length overflow on `send_color` by changing the length parameter from uint16_t to size_t
|
2021-08-17 15:36:41 -05:00 |
|
chenghongyao
|
171cd53915
|
fix data length overflow
|
2021-08-15 12:52:34 +08:00 |
|
Kevin Sidwar
|
ee36378f54
|
Change config naming for ssd1306 to use LV_ prefix
|
2021-08-12 23:48:23 -06:00 |
|
Tomas Rezucha
|
5043946699
|
Fix build on idf v4.1 and v4.2
|
2021-08-11 22:17:02 +02:00 |
|
Tomas Rezucha
|
607df9ab94
|
Don't call backlight function when backlight is disabled
|
2021-08-11 20:59:56 +02:00 |
|
Tomas Rezucha
|
1801416c13
|
Merge pull request #95 from lvgl/feature/esp_lcd_backlight
LCD backlight controller
|
2021-08-05 15:34:11 +02:00 |
|