Home
last modified time | relevance | path

Searched refs:lv_st7789_create (Results 1 – 5 of 5) sorted by relevance

/lvgl-latest/src/drivers/display/st7789/
Dlv_st7789.h47 lv_display_t * lv_st7789_create(uint32_t hor_res, uint32_t ver_res, lv_lcd_flag_t flags,
Dlv_st7789.c84 lv_display_t * lv_st7789_create(uint32_t hor_res, uint32_t ver_res, lv_lcd_flag_t flags, in lv_st7789_create() function
/lvgl-latest/examples/porting/
Dlv_port_lcd_stm32_template.c70 …lcd_disp = lv_st7789_create(MY_DISP_HOR_RES, MY_DISP_VER_RES, LV_LCD_FLAG_NONE, lcd_send_cmd, lcd_…
/lvgl-latest/docs/details/integration/driver/display/
Dst7789.rst65 lv_display_t * lv_st7789_create(uint32_t hor_res, uint32_t ver_res, lv_lcd_flag_t flags,
Dlcd_stm32_guide.rst251 #. Add the LVGL_Task() function. Replace the ``lv_st7789_create()`` call with the appropriate drive…
265 … lcd_disp = lv_st7789_create(LCD_H_RES, LCD_V_RES, LV_LCD_FLAG_NONE, lcd_send_cmd, lcd_send_color);