diff src/ostc3.inc @ 232:fe9d88fee09f

show start gas in OC mode permanently
author mh@mh-THINK
date Sun, 22 Feb 2015 12:14:03 -0400
parents 834e1c35160c
children 57155164faad
line wrap: on
line diff
--- a/src/ostc3.inc	Sat Feb 21 20:05:57 2015 +0100
+++ b/src/ostc3.inc	Sun Feb 22 12:14:03 2015 -0400
@@ -30,6 +30,11 @@
 #DEFINE comm_service_key        0xABCDEF
 
 ;-----------------------------------------------------------------------------
+; Global layout parameters
+#DEFINE surf_decotype_row       .60
+#DEFINE surf_decotype_column    .100
+
+;-----------------------------------------------------------------------------
 
 #DEFINE	CCP1CON_VALUE		b'00001100'		; PWM1 for LED dimming
 #DEFINE T2CON_ECO           b'00000100'		; 1:1 Postscaler, 1:1 Prescaler, Timer 2 start -> 980Hz (Good compromise of no-flicker and efficiency)