Home
last modified time | relevance | path

Searched refs:ST7789_HEIGHT (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/drivers/external_device/st7789/example/
A Dst7789_example.c34 st7789_draw_rect(my_st7789, 0, 0, ST7789_WIDTH, ST7789_HEIGHT, 0xFFFF); in example_st7789_draw_ract()
/AliOS-Things-master/components/drivers/external_device/st7789/include/
A Dst7789.h22 #define ST7789_HEIGHT 240 macro
/AliOS-Things-master/components/drivers/external_device/st7789/src/
A Dst7789.c294 uint32_t bufferSize = ST7789_HEIGHT * ST7789_WIDTH * sizeof(uint16_t); in st7789_draw_frame()
295 set_addr_window(st7789_dev, 0, 0, ST7789_WIDTH - 1, ST7789_HEIGHT - 1); in st7789_draw_frame()

Completed in 4 milliseconds