From 40e98a2e4915464b9306ab7b0f6feb173de095c5 Mon Sep 17 00:00:00 2001 From: William Wilgus Date: Mon, 26 Oct 2020 12:38:22 -0400 Subject: Whitespace cleanup on fb_viewport Rewrite Change-Id: I24aac41c8abecf7b78a44d7f59e842b791be4563 --- firmware/export/config/mrobe500.h | 2 +- firmware/export/lcd.h | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'firmware/export') diff --git a/firmware/export/config/mrobe500.h b/firmware/export/config/mrobe500.h index 57d13cf1ab..a7d72f76ac 100644 --- a/firmware/export/config/mrobe500.h +++ b/firmware/export/config/mrobe500.h @@ -81,7 +81,7 @@ #define _RESOLUTION _LCD_RES_VGA #define _ORIENTATION _LCD_LANDSCAPE -#if _RESOLUTION == _LCD_RES_VGA +#if _RESOLUTION == _LCD_RES_VGA #define LCD_NATIVE_WIDTH 480 #define LCD_NATIVE_HEIGHT 640 #define LCD_DPI 216 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 -- cgit v1.2.3