Home
last modified time | relevance | path

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

/hardware/bsp/intel/peripheral/libupm/src/lpd8806/
Dlpd8806.cxx59 m_pixelsCount = pixelCount; in LPD8806()
65 dataBytes = m_pixelsCount * 3; in LPD8806()
66 latchBytes = (m_pixelsCount + 31) / 32; in LPD8806()
83 if (pixelOffset < m_pixelsCount) { // Arrays are 0-indexed, thus NOT '<=' in setPixelColor()
94 uint16_t byte = (m_pixelsCount * 3) + ((m_pixelsCount + 31) / 32); in show()
103 return m_pixelsCount; in getStripLength()
Dlpd8806.h107 uint8_t m_pixelsCount; variable