diff options
Diffstat (limited to 'firmware/export/lcd.h')
-rw-r--r-- | firmware/export/lcd.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/firmware/export/lcd.h b/firmware/export/lcd.h index af734da913..f5a3b3f1f4 100644 --- a/firmware/export/lcd.h +++ b/firmware/export/lcd.h @@ -34,7 +34,7 @@ * Stride describes the amount that you need to increment to get to the next * line. For screens that have the pixels in contiguous horizontal strips * stride should be equal to the image width. - * + * * For example, if the screen pixels are layed out as follows: * * width0 width1 width2 widthX-1 @@ -57,9 +57,9 @@ * height2 | pixel2 * | | | * \|/ | \|/ - * heightY-1 | pixelY-1 + * heightY-1 | pixelY-1 * - * then you would need to add Y pixels to get to the next line (the next + * then you would need to add Y pixels to get to the next line (the next * line in this case is from width0 to width1). * * The remote might have a different stride than the main screen so the screen |