Home
last modified time | relevance | path

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

/lvgl-latest/src/draw/
Dlv_draw_label.c29 CMD_STATE_IN, enumerator
254 else if(cmd_state == CMD_STATE_IN) { /*Command end*/ in lv_draw_label()
277 cmd_state = CMD_STATE_IN; /*After the parameter the text is in the command*/ in lv_draw_label()
285 if(cmd_state == CMD_STATE_IN) color = recolor; in lv_draw_label()