Home
last modified time | relevance | path

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

/AliOS-Things-master/components/amp/modules/
A Dsh1106.js105 let incx, incy, uRow, uCol;
110 uRow = x1;
136 this.pixel(uRow, uCol, color);
142 uRow += incx;
/AliOS-Things-master/components/drivers/external_device/sh1106/src/
A Dsh1106.c581 int incx, incy, uRow, uCol; in OLED_DrawLine() local
586 uRow = x1; in OLED_DrawLine()
612 OLED_DrawPoint(uRow, uCol, mode); in OLED_DrawLine()
618 uRow += incx; in OLED_DrawLine()

Completed in 5 milliseconds