Home
last modified time | relevance | path

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

/lvgl-latest/demos/ebike/translations/
Dlv_i18n.h59 const char * lv_i18n_get_text(const char * msg_id);
79 #define _(text) lv_i18n_get_text(text)
Dlv_i18n.c226 const char * lv_i18n_get_text(const char * msg_id) in lv_i18n_get_text() function