Home
last modified time | relevance | path

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

/lvgl-latest/src/widgets/buttonmatrix/
Dlv_buttonmatrix.c710 char txt_ap[256]; in draw_main() local
794 if(len_ap < sizeof(txt_ap)) { in draw_main()
795 lv_text_ap_proc(txt, txt_ap); in draw_main()
796 txt = txt_ap; in draw_main()