Skip to content

Commit 7d783f5

Browse files
committed
Fixes RGB bus driver
1 parent d7f69f3 commit 7d783f5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ext_mod/lcd_bus/esp32_include/rgb_bus.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@
4242
size_t num_fbs; // Number of frame buffers
4343
size_t output_bits_per_pixel; // Color depth seen from the output data line. Default to fb_bits_per_pixel, but can be changed by YUV-RGB conversion
4444
size_t dma_burst_size; // DMA transfer burst size
45-
int disp_gpio_num; // Display control GPIO, which is used to perform action like "disp_off"
45+
// removed in ESP-IDF 5.5
46+
// int disp_gpio_num; // Display control GPIO, which is used to perform action like "disp_off"
4647
intr_handle_t intr; // LCD peripheral interrupt handle
4748
esp_pm_lock_handle_t pm_lock; // Power management lock
4849
size_t num_dma_nodes; // Number of DMA descriptors that used to carry the frame buffer

0 commit comments

Comments
 (0)