HomeSort by relevance Sort by last modified time
    Searched refs:m_cursorY (Results 1 - 4 of 4) sorted by null

  /hardware/bsp/intel/peripheral/libupm/src/st7735/
gfx.cxx 159 m_cursorY = y;
218 m_cursorY += m_textSize * 8;
223 drawChar(m_cursorX, m_cursorY, msg[idx], m_textColor, m_textBGColor, m_textSize);
226 m_cursorY += m_textSize * 8;
gfx.h 210 int m_cursorY; /**< Cursor Y coordinate */
  /hardware/bsp/intel/peripheral/libupm/src/lcd/
eboled.cxx 45 m_cursorY = 0;
139 m_cursorY += m_textSize * 9;
148 drawChar(temp_cursorX, m_cursorY, msg[idx], m_textColor, m_textSize);
154 m_cursorY += m_textSize * 9;
164 m_cursorY = row;
eboled.h 372 uint8_t m_cursorY;

Completed in 45 milliseconds