README: Update peripherals and display gpios helpers
This commit is contained in:
parent
28d663f6b6
commit
fc81c6da5a
4 changed files with 9 additions and 3 deletions
|
@ -41,7 +41,7 @@ bool lvgl_spi_driver_init(int host, int miso_pin, int mosi_pin, int sclk_pin,
|
|||
int max_transfer_sz, int dma_channel, int quadwp_pin, int quadhd_pin);
|
||||
|
||||
/* Initialize display GPIOs, e.g. DC and RST pins */
|
||||
void display_bsp_init_io(void);
|
||||
void lvgl_display_gpios_init(void);
|
||||
|
||||
/* Get display buffer size */
|
||||
size_t lvgl_get_display_buffer_size(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue