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

  /hardware/bsp/intel/peripheral/libupm/src/st7735/
gfx.h 208 int m_textBGColor; /**< Printed text background color */
gfx.cxx 165 m_textBGColor = textBGColor;
223 drawChar(m_cursorX, m_cursorY, msg[idx], m_textColor, m_textBGColor, m_textSize);

Completed in 35 milliseconds