Home
last modified time | relevance | path

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

/AliOS-Things-master/components/drivers/external_device/sh1106/include/
A Dsh1106.h19 void OLED_FillRect(uint8_t xMove, uint8_t yMove, uint8_t width, uint8_t height, uint8_t mode);
/AliOS-Things-master/components/drivers/external_device/sh1106/src/
A Dsh1106.c698 void OLED_FillRect(uint8_t xMove, in OLED_FillRect() argument
704 for (uint8_t x = xMove; x < xMove + width; x++) { in OLED_FillRect()

Completed in 4 milliseconds