changeset 134:86f2e49f3595

src/condat2/com/src/driver/display.c: tab fixes in the big comment
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 08 Oct 2016 04:32:26 +0000
parents 87347425b11f
children c7f1d5598508
files src/condat2/com/src/driver/display.c
diffstat 1 files changed, 11 insertions(+), 11 deletions(-) [+]
line wrap: on
line diff
--- a/src/condat2/com/src/driver/display.c	Sat Oct 08 04:10:38 2016 +0000
+++ b/src/condat2/com/src/driver/display.c	Sat Oct 08 04:32:26 2016 +0000
@@ -129,26 +129,26 @@
 
 /************************************************************************
 * The following macros define what hardware we are running on and what 	*
-* drivers are being used to drive the display							*
-* BSAMPLE - 84x48 display												*
-* CSAMPLE - 84x48 display												*
-* CSAMPLE_COLOUR - no longer supported									*
+* drivers are being used to drive the display				*
+* BSAMPLE - 84x48 display						*
+* CSAMPLE - 84x48 display						*
+* CSAMPLE_COLOUR - no longer supported					*
 * DSAMPLE - 176x220 display which can be driven as 16 bit colour or b+w	*
-*      DSAMPLE_COLOUR - colour display 									*
-*           DSAMPLE_COLOUR16 - 16 bits per pixel displayed 				*
+*      DSAMPLE_COLOUR - colour display 					*
+*           DSAMPLE_COLOUR16 - 16 bits per pixel displayed 		*
 *                              NB. This has not been tested at all - it	*
 *                              may not display correctly or may crash	*
 *                              although it does not crash when enabled 	*
 *                              with the 32bit drivers)                	*
 *                                                                       *
 *           DSAMPLE_COLOUR32 - 32 bits per pixel displayed (16 bits are	*
-*								 zero and have no effect)				*
+*				 zero and have no effect)		*
 *      DSAMPLE_LITE - 1 bit per pixel (b+w display)                    	*
-* GW SPR#1840 25/03/03													*
+* GW SPR#1840 25/03/03							*
 * Also, the compiler switches have been added to allow us to develop  	*
-* the MMI for a different final format (b+w/smaller display).			*
-* COLOURDISPLAY - If not defined - all output is to be b+w				*
-* LSCREEN - If not defined - screen is 'small' - use the 8x6 font 		*
+* the MMI for a different final format (b+w/smaller display).		*
+* COLOURDISPLAY - If not defined - all output is to be b+w		*
+* LSCREEN - If not defined - screen is 'small' - use the 8x6 font 	*
 *************************************************************************/
 #if (defined(_TARGET_))
 //#if (BOARD==33)