Searched refs:temp_cursorX (Results 1 – 1 of 1) sorted by relevance
134 uint8_t temp_cursorX = m_cursorX; in write() local140 temp_cursorX = m_cursorX; in write()148 drawChar(temp_cursorX, m_cursorY, msg[idx], m_textColor, m_textSize); in write()149 temp_cursorX += m_textSize * 6; in write()152 if (m_textWrap && (m_textColor > OLED_WIDTH - temp_cursorX - 6)) in write()155 temp_cursorX = m_cursorX; in write()