Home
last modified time | relevance | path

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

/bsp/stm32/stm32h750-fk750m1-vbt6/board/port/lcd/
A Ddrv_lcd_spi.c191 yinc1 = 0, yinc2 = 0, den = 0, num = 0, numadd = 0, numpixels = 0, in lcd_drawline() local
226 numpixels = deltax; /* There are more x-values than y-values */ in lcd_drawline()
234 numpixels = deltay; /* There are more y-values than x-values */ in lcd_drawline()
236 for (curpixel = 0; curpixel <= numpixels; curpixel++) { in lcd_drawline()

Completed in 5 milliseconds