Searched refs:setAddrWindow (Results 1 – 3 of 3) sorted by relevance
/hardware/bsp/intel/peripheral/libupm/src/st7735/ |
D | st7735.cxx | 120 ST7735::setAddrWindow(uint8_t x0, uint8_t y0, uint8_t x1, uint8_t y1) { in setAddrWindow() function in ST7735 184 setAddrWindow (0, 0, m_width - 1, m_height - 1); in configModule()
|
D | gfx.h | 67 virtual void setAddrWindow (uint8_t x0, uint8_t y0, uint8_t x1, uint8_t y1) = 0;
|
D | st7735.h | 580 void setAddrWindow (uint8_t x0, uint8_t y0, uint8_t x1, uint8_t y1);
|