Searched refs:temp_char (Results 1 – 1 of 1) sorted by relevance
301 char temp_char; in gfx_mono_draw_progmem_string() local311 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() local403 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