Searched refs:uRow (Results 1 – 2 of 2) sorted by relevance
/AliOS-Things-master/components/amp/modules/ |
A D | sh1106.js | 105 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 D | sh1106.c | 581 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