Home
last modified time | relevance | path

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

/AliOS-Things-master/components/amp/engine/duktape_engine/addons/hardware/lcd/
A Dmodule_lcd.c252 int front_size = duk_get_int(ctx, -1); in native_lcd_show() local
254 if ((16 != front_size) && (12 != front_size) && (24 != front_size) && in native_lcd_show()
255 (36 != front_size)) { in native_lcd_show()
260 lcd_draw_str(x_pos, y_pos, (uint8_t *)str, front_size, color, is_newline); in native_lcd_show()

Completed in 2 milliseconds