Searched refs:m_pixelsCount (Results 1 – 2 of 2) sorted by relevance
59 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()
107 uint8_t m_pixelsCount; variable