comparison src/customview.asm @ 48:7c7d7644ca37

Time and Date in normal (Not tiny) font
author heinrichsweikamp
date Mon, 23 Sep 2013 20:47:18 +0200
parents 5041477eee79
children 2825f1d2262f
comparison
equal deleted inserted replaced
47:1492cfcff7c9 48:7c7d7644ca37
114 movlw .1 114 movlw .1
115 movwf menupos3 ; Reset to one (Always one custom view visible) 115 movwf menupos3 ; Reset to one (Always one custom view visible)
116 116
117 global surf_customview_mask 117 global surf_customview_mask
118 surf_customview_mask: 118 surf_customview_mask:
119 WIN_BOX_BLACK batt_voltage_row+.16,surf_warning1_row-1, .0, surf_decotype_column-.1 ; top, bottom, left, right 119 WIN_BOX_BLACK .50,surf_warning1_row-1, .0, surf_decotype_column-.1 ; top, bottom, left, right
120 call TFT_standard_color 120 call TFT_standard_color
121 movff menupos3,WREG ; Menupos3 holds number of customview function 121 movff menupos3,WREG ; Menupos3 holds number of customview function
122 dcfsnz WREG,F 122 dcfsnz WREG,F
123 bra surf_customview_init_view1 ; OC Gas list 123 bra surf_customview_init_view1 ; OC Gas list
124 dcfsnz WREG,F 124 dcfsnz WREG,F