Searched refs:aos_hal_lcd_show (Results 1 – 4 of 4) sorted by relevance
/AliOS-Things-master/components/amp_adapter/include/peripheral/ |
A D | aos_hal_lcd.h | 48 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 D | aos_hal_lcd.c | 31 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 D | aos_hal_lcd.c | 23 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 D | module_lcd.c | 81 ret = aos_hal_lcd_show(x, y, w, h, buf, rotate); in native_lcd_show()
|
Completed in 102 milliseconds