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

  /hardware/bsp/intel/peripheral/libupm/src/st7735/
gfx.h 207 int m_textColor; /**< Printed text color */
gfx.cxx 164 m_textColor = textColor;
223 drawChar(m_cursorX, m_cursorY, msg[idx], m_textColor, m_textBGColor, m_textSize);
225 if (m_wrap && (m_textColor > (m_width - m_textSize * 6))) {
  /hardware/bsp/intel/peripheral/libupm/src/lcd/
eboled.cxx 41 m_textColor = COLOR_WHITE;
148 drawChar(temp_cursorX, m_cursorY, msg[idx], m_textColor, m_textSize);
152 if (m_textWrap && (m_textColor > OLED_WIDTH - temp_cursorX - 6))
169 m_textColor = textColor;
eboled.h 374 uint8_t m_textColor;

Completed in 38 milliseconds