Home
last modified time | relevance | path

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

/hardware/bsp/intel/peripheral/libupm/src/lcd/
Deboled.cxx134 uint8_t temp_cursorX = m_cursorX; in write() local
140 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()