Ken Van Hoeylandt 62d30e8b7b
Revert to LVGL 9.0.0 (#64)
* Revert "Update ESP LCD Touch dependencies (#63)"

This reverts commit cbd0355cec25e9d0f83f328ac2cae78e0e3b83e3.

* Revert "Updated board configs for LVGL changes (#62)"

This reverts commit 52d769854f6805407f7ee08adaa78b3a406fa13e.

* Revert "Various updates (#60)"

This reverts commit a8a664703b131963222d2035a3a85ecede29e633.
2024-10-28 23:08:24 +01:00
..
2024-10-28 23:08:24 +01:00
2024-10-28 23:08:24 +01:00
2024-10-28 23:08:24 +01:00
2024-10-28 23:08:24 +01:00

ESP LVGL Touch Screen Example

Very simple example for demonstration of initialization and usage of the esp_lvgl_port component. This example contains four main parts:

1. LCD HW initialization - app_lcd_init()

Standard HW initialization of the LCD using esp_lcd component. Settings of this example are fully compatible with ESP-BOX board.

2. Touch HW initialization - app_touch_init()

Standard HW initialization of the LCD touch using esp_lcd_touch component. Settings of this example are fully compatible with ESP-BOX board.

3. LVGL port initialization - app_lvgl_init()

Initialization of the LVGL port.

4. LVGL objects example usage - app_main_display()

Very simple demonstration code of using LVGL objects after LVGL port initialization.