Commit graph

9 commits

Author SHA1 Message Date
C47D
2f70856205 esp_lcd_backlight: Handle different versions of ESP-IDF 2022-01-14 16:49:53 -06:00
C47D
ff7b3801f7 Revert "esp_backlight: Replace gpio with esp_rom API"
This reverts commit 24e4bf0b88.
2022-01-14 13:15:44 -06:00
C47D
521a166d8a Fix esp_rom_gpio.h path 2022-01-12 18:05:43 -06:00
C47D
24e4bf0b88 esp_backlight: Replace gpio with esp_rom API 2022-01-12 17:52:54 -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
11c240daca Support IDF version < v4.3 2021-08-03 16:59:40 +02:00
Tomas Rezucha
fa042b0ecd Carve out backlight control to separate component 2021-08-03 14:15:52 +02:00
Rajssss
5d4334a5b9
Created separate component for backlight control
-> Uses Timer 0, Channel 0 as PWM to control
   backlight via LED pin

Signed-off-by: Rajssss <sssraj.sssraj@gmail.com>
2021-06-26 12:39:21 +05:30