summaryrefslogtreecommitdiff
path: root/firmware/export/lcd.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/lcd.h')
-rw-r--r--firmware/export/lcd.h6
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 @@
34 * Stride describes the amount that you need to increment to get to the next 34 * Stride describes the amount that you need to increment to get to the next
35 * line. For screens that have the pixels in contiguous horizontal strips 35 * line. For screens that have the pixels in contiguous horizontal strips
36 * stride should be equal to the image width. 36 * stride should be equal to the image width.
37 * 37 *
38 * For example, if the screen pixels are layed out as follows: 38 * For example, if the screen pixels are layed out as follows:
39 * 39 *
40 * width0 width1 width2 widthX-1 40 * width0 width1 width2 widthX-1
@@ -57,9 +57,9 @@
57 * height2 | pixel2 57 * height2 | pixel2
58 * | | | 58 * | | |
59 * \|/ | \|/ 59 * \|/ | \|/
60 * heightY-1 | pixelY-1 60 * heightY-1 | pixelY-1
61 * 61 *
62 * then you would need to add Y pixels to get to the next line (the next 62 * then you would need to add Y pixels to get to the next line (the next
63 * line in this case is from width0 to width1). 63 * line in this case is from width0 to width1).
64 * 64 *
65 * The remote might have a different stride than the main screen so the screen 65 * The remote might have a different stride than the main screen so the screen