Searched refs:drawRectangleFilled (Results 1 – 3 of 3) sorted by relevance
/hardware/bsp/intel/peripheral/libupm/examples/javascript/ |
D | eboled.js | 74 oled.drawRectangleFilled(0,0,48,9); 120 oled.drawRectangleFilled(eqbar*9, 49 - eqbarHeights[eqbar], 8, eqbarHeights[eqbar], 1);
|
/hardware/bsp/intel/peripheral/libupm/src/lcd/ |
D | eboled.cxx | 206 drawRectangleFilled(x+(i*size), y+(j*size), size, size, color); // big size in drawChar() 339 void EBOLED::drawRectangleFilled(int8_t x, int8_t y, uint8_t width, uint8_t height, uint8_t color) in drawRectangleFilled() function in EBOLED 537 drawRectangleFilled(0, 0, OLED_WIDTH-1, OLED_HEIGHT-1, color); in fillScreen()
|
D | eboled.h | 281 …void drawRectangleFilled (int8_t x, int8_t y, uint8_t width, uint8_t height, uint8_t color = COLOR…
|