C47D
|
35d2d3a5af
|
Add LV_DISP_USE_BUSY symbol to enable busy signal
|
2022-01-07 13:23:28 -06:00 |
|
C47D
|
9ee177b684
|
ST7789: Display offsets are now runtime configurable
We don't change previous functionality by adding a helper function that sets the user offsets when initializing the display
|
2022-01-07 13:23:28 -06:00 |
|
Carlos Diaz
|
31399e012a
|
Make SPI3 not available for ESP32C3
The ESP32C3 device doesn't have SPI3
|
2022-01-06 18:53:34 -06:00 |
|
Carlos Diaz
|
79d8989b2a
|
Update display Kconfig
Remove IDF_TARGET_ESP32S2 checks on TFT SPI Bus choice
|
2022-01-06 18:53:34 -06:00 |
|
C47D
|
1a8a610b05
|
Display Kconfig: Fix TTGO default SPI bus and display orientation checks
|
2022-01-06 18:53:34 -06:00 |
|
arktrin
|
26272b08f0
|
clarify the 52/53 px offset oddity
|
2022-01-05 23:47:03 -06:00 |
|
arktrin
|
fbb4ebe409
|
add offset for 240x135 displays based on ST7789
|
2022-01-05 23:46:35 -06:00 |
|
arktrin
|
a2a13f1a5f
|
replace hardcoded SPI DMA parameter
|
2022-01-05 23:46:10 -06:00 |
|
arktrin
|
b9377200a6
|
fix SPI names for touch
with ESP32-C3 specific auto-dma proper selection
|
2022-01-05 23:45:54 -06:00 |
|
Carlos Diaz
|
c78e9fe169
|
Migrate hello_world example to LVGL v8
Update example to LVGL v8.
|
2021-12-29 23:10:08 -06:00 |
|
Tomas Rezucha
|
d0eca96cd7
|
fix SPI names
|
2021-12-16 13:40:00 +01:00 |
|
Tomas Rezucha
|
385421fe06
|
Merge branch 'master' into develop
|
2021-12-14 17:46:46 +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
|
c7607e93d8
|
ili9488: Start updating to new display port interface (#137)
ILI9488: Start updating to new display port interface
|
2021-11-17 21:00:07 -06:00 |
|
Rashed Talukder
|
2dad083264
|
Extern the queue handle and add definition in source file. Add macro condition for dependencies.
|
2021-10-27 19:12:09 -05:00 |
|
Rashed Talukder
|
ac6cde35c9
|
Add kconfig symbol for optional coordinates queue
|
2021-10-27 19:10:31 -05:00 |
|
Rashed Talukder
|
919d644dc8
|
Add touch input values to a FreeRTOS queue
|
2021-10-27 19:07:41 -05: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 |
|
Rop Gonggrijp
|
3625deb36d
|
Addresses confusion: I2C manager component install only when others need I2C too.
See #115
|
2021-10-22 18:57:08 -05:00 |
|
Rop Gonggrijp
|
86e3f259ba
|
Fixes potential ESP-IDF config editor crash (#115)
|
2021-10-22 18:56:59 -05:00 |
|
Carlos Diaz
|
ec944af90f
|
Merge pull request #131 from lvgl/fix/use_lvgl_logging
Replace ESP_LOG with LVGL logging
|
2021-10-22 18:51:15 -05:00 |
|
C47D
|
ea37784f08
|
Remove TAG from LVGL log API in touch drivers
The filename is appended at the beginning of the log output by default, we don't need to do it.
|
2021-10-22 18:45:52 -05:00 |
|
C47D
|
a0e915eebc
|
Remove TAG from LVGL log API
The filename is appended at the beginning of the log output by default, we don't need to do it.
|
2021-10-22 18:41:47 -05: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 |
|
C47D
|
9c886307b2
|
xpt2046: Replace ESP_LOG with LVGL logging
|
2021-10-13 23:32:12 -05:00 |
|
C47D
|
1ededabf99
|
stmpe610: Replace ESP_LOG with LVGL logging
|
2021-10-13 23:30:45 -05:00 |
|
C47D
|
6b6b756da3
|
ra8875: Replace ESP_LOG with LVGL logging
|
2021-10-13 23:29:34 -05:00 |
|
C47D
|
18569b6c17
|
gt911: Replace ESP_LOG with LVGL logging
|
2021-10-13 23:28:50 -05:00 |
|
C47D
|
5d55edc37c
|
ft6x36: Replace ESP_LOG with LVGL logging
|
2021-10-13 23:27:31 -05:00 |
|
C47D
|
4a9cfeb6fb
|
EVE_commands: Replace ESP_LOG with LVGL logging
|
2021-10-13 23:23:56 -05:00 |
|
C47D
|
83875cc6bd
|
hx8357: Replace ESP_LOG with LVGL logging
|
2021-10-13 23:21:40 -05:00 |
|
C47D
|
94244ad432
|
il3820: Replace ESP_LOG with LVGL logging
|
2021-10-13 23:20:31 -05:00 |
|
C47D
|
44b552758e
|
ili9163c: Replace ESP_LOG with LVGL logging
|
2021-10-13 23:19:51 -05:00 |
|
C47D
|
b9c381a07d
|
ili9488: Replace ESP_LOG with LVGL logging
|
2021-10-13 23:17:24 -05:00 |
|
C47D
|
e51f475263
|
ili9486: Replace ESP_LOG with LVGL logging
|
2021-10-13 23:15:27 -05:00 |
|
C47D
|
e1c18c13b9
|
jd79653a: Replace ESP_LOG with LVGL logging
|
2021-10-13 23:14:03 -05:00 |
|
C47D
|
83d5486207
|
uc8151d: Remove typo
|
2021-10-13 23:09:17 -05:00 |
|
C47D
|
1a8d0d91e2
|
ra8875: Replace ESP_LOG with LVGL logging
|
2021-10-13 23:04:44 -05:00 |
|
C47D
|
81abc17904
|
st7735s: Replace ESP_LOG with LVGL logging
|
2021-10-13 23:02:47 -05:00 |
|
C47D
|
ef0946a6cc
|
st7796s: Replace ESP_LOG with LVGL logging
|
2021-10-13 23:01:26 -05:00 |
|
C47D
|
f1e1f0d9fd
|
uc8151d: Replace ESP_LOG with LVGL logging
|
2021-10-13 23:00:18 -05:00 |
|