Home
last modified time | relevance | path

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

/hardware/bsp/intel/peripheral/libupm/src/lcd/
Deboled.cxx182 (y >= OLED_HEIGHT) || // Clip bottom in drawChar()
236 if(x<0 || x>=OLED_WIDTH || y<0 || y>=OLED_HEIGHT) in drawPixel()
537 drawRectangleFilled(0, 0, OLED_WIDTH-1, OLED_HEIGHT-1, color); in fillScreen()
Deboled.h77 const uint8_t OLED_HEIGHT = 0x30; // 48 pixels variable