File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
ext_mod/lcd_bus/esp32_include Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments