Searched refs:m_map (Results 1 – 5 of 5) sorted by relevance
7 %ignore m_map;
37 m_map = screenBuffer; in GFX()50 m_map[index] = (uint8_t) (color >> 8); in setPixel()51 m_map[++index] = (uint8_t)(color); in setPixel()
38 : GFX (160, 128, m_map, font), m_csLCDPinCtx(csLCD), m_cSDPinCtx(cSD), in ST7735()160 m_spi.write(&m_map[fragment * fragmentSize], fragmentSize); in refresh()
213 uint8_t * m_map; /**< Screens buffer */ variable
626 uint8_t m_map[160 * 128 * 2]; /**< Screens buffer */ variable