Searched refs:lv_st7789_create (Results 1 – 5 of 5) sorted by relevance
| /lvgl-latest/src/drivers/display/st7789/ |
| D | lv_st7789.h | 47 lv_display_t * lv_st7789_create(uint32_t hor_res, uint32_t ver_res, lv_lcd_flag_t flags,
|
| D | lv_st7789.c | 84 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/ |
| D | lv_port_lcd_stm32_template.c | 70 …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/ |
| D | st7789.rst | 65 lv_display_t * lv_st7789_create(uint32_t hor_res, uint32_t ver_res, lv_lcd_flag_t flags,
|
| D | lcd_stm32_guide.rst | 251 #. 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);
|