AVartanyan
5b795f8c6b
Fix the Landscape orientation
...
Thanks to Damian Glinojecki
2023-09-18 21:14:06 +03:00
AVartanyan
02b0603cc6
Update lvgl_helpers.c
2022-09-26 23:57:39 +03:00
AVartanyan
f4fd82bd7e
Add support for SSD1680 e-paper controller
...
The driver is based on the construction of IL3820 (SSD1608), which is very similar from command point of view.
It is tested on ESP32-S2 MCU and GoodDisplay GDEY029T94.
2022-09-26 23:49:24 +03: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
Tomas Rezucha
2d6ea1330c
Provide README section about backlight control
2021-08-04 09:38:05 +02:00
Tomas Rezucha
11c240daca
Support IDF version < v4.3
2021-08-03 16:59:40 +02:00
Tomas Rezucha
3c4399d510
Update TFT drivers for new backligh control
2021-08-03 14:17:58 +02:00
Tomas Rezucha
fa042b0ecd
Carve out backlight control to separate component
2021-08-03 14:15:52 +02:00
Kevin Sidwar
a0e933c7e6
Fix orientation config define
2021-07-30 15:29:18 -06:00
Carlos Diaz
678779c848
Merge pull request #89 from ropg/range_remove
...
Remove remaining IDF_TARGET-dependent GPIO ranges.
2021-07-30 14:05:33 -05:00
Carlos Diaz
7a05cb17bd
Merge pull request #74 from Rajssss/master
...
st7735s: Added brightness control though LED pin
2021-07-29 18:27:59 -05:00
Carlos Diaz
40064954df
Merge branch 'master' into master
2021-07-29 18:27:34 -05:00
Rop Gonggrijp
779bf4ecfb
Remove remaining IDF_TARGET-dependent GPIO ranges.
...
See discussion in #70
2021-07-15 12:31:18 +02:00
Carlos Diaz
a68ce89ff4
Merge pull request #70 from ropg/I2C_Manager
...
Replace all LVGL driver I2C code with I2C Manager
2021-07-14 13:18:35 -05:00
Rop Gonggrijp
93a44492fc
Things suggested by @tore-espressif
...
See [here](https://github.com/lvgl/lvgl_esp32_drivers/pull/70#pullrequestreview-704302765 ) in #70
2021-07-14 13:12:49 +02:00
Rop Gonggrijp
befa5d0730
directory i2c_manager -> lvgl_i2c
2021-07-14 12:43:19 +02:00
Rop Gonggrijp
93125f3e00
another typo
2021-07-13 14:33:54 +02:00
Rop Gonggrijp
2a34dec70a
typo
2021-07-12 18:28:32 +02:00
Rop Gonggrijp
f7b7c99cf0
timeout duplicate division removed
2021-07-12 18:28:25 +02:00
Rop Gonggrijp
5739934d14
Fix README render on GitHub
2021-07-12 13:00:46 +02:00
Rop Gonggrijp
6f2ce1307c
Better LVGL I2C README
2021-07-12 10:24:24 +02:00