Home
last modified time | relevance | path

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

/bsp/samd21/sam_d2x_asflib/common2/services/gfx_mono/
A Dgfx_mono_text.c301 char temp_char; in gfx_mono_draw_progmem_string() local
311 temp_char = PROGMEM_READ_BYTE((uint8_t PROGMEM_PTR_T)str); in gfx_mono_draw_progmem_string()
313 while (temp_char) { in gfx_mono_draw_progmem_string()
315 if (temp_char == '\n') { in gfx_mono_draw_progmem_string()
318 } else if (temp_char == '\r') { in gfx_mono_draw_progmem_string()
321 gfx_mono_draw_char(temp_char, x, y, font); in gfx_mono_draw_progmem_string()
325 temp_char = PROGMEM_READ_BYTE((uint8_t PROGMEM_PTR_T)(++str)); in gfx_mono_draw_progmem_string()
393 char temp_char; in gfx_mono_get_progmem_string_bounding_box() local
403 temp_char = PROGMEM_READ_BYTE((uint8_t PROGMEM_PTR_T)str); in gfx_mono_get_progmem_string_bounding_box()
405 while (temp_char) { in gfx_mono_get_progmem_string_bounding_box()
[all …]

Completed in 4 milliseconds