# HG changeset patch # User Mychaela Falconia # Date 1475901146 0 # Node ID 86f2e49f35959fe4c653694a86d783e31b1227c7 # Parent 87347425b11f01df12a3182cab5b91861e327a96 src/condat2/com/src/driver/display.c: tab fixes in the big comment diff -r 87347425b11f -r 86f2e49f3595 src/condat2/com/src/driver/display.c --- 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)