Home
last modified time | relevance | path

Searched refs:aos_hal_lcd_show (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/components/amp_adapter/include/peripheral/
A Daos_hal_lcd.h48 int32_t aos_hal_lcd_show(int x, int y, int w, int h, uint8_t *buf, bool rotate);
/AliOS-Things-master/components/amp_adapter/platform/aos/peripheral/
A Daos_hal_lcd.c31 int32_t aos_hal_lcd_show(int x, int y, int w, int h, uint8_t *buf, bool rotate) in aos_hal_lcd_show() function
/AliOS-Things-master/components/amp_adapter/platform/linux/peripheral/
A Daos_hal_lcd.c23 int32_t aos_hal_lcd_show(int x, int y, int w, int h, uint8_t *buf, bool rotate) in aos_hal_lcd_show() function
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/hardware/lcd/
A Dmodule_lcd.c81 ret = aos_hal_lcd_show(x, y, w, h, buf, rotate); in native_lcd_show()

Completed in 102 milliseconds