README: Update peripherals and display gpios helpers

This commit is contained in:
C47D 2022-02-02 21:28:34 -06:00
parent 28d663f6b6
commit fc81c6da5a
4 changed files with 9 additions and 3 deletions

View file

@ -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);