Mercurial > public > hwos_code
diff src/tft_outputs.asm @ 48:7c7d7644ca37
Time and Date in normal (Not tiny) font
author | heinrichsweikamp |
---|---|
date | Mon, 23 Sep 2013 20:47:18 +0200 |
parents | 92aa5238a99c |
children | ec4d8503ec45 |
line wrap: on
line diff
--- a/src/tft_outputs.asm Wed Sep 04 12:39:40 2013 +0200 +++ b/src/tft_outputs.asm Mon Sep 23 20:47:18 2013 +0200 @@ -835,7 +835,7 @@ global TFT_clock TFT_clock: - WIN_TINY surf_clock_column,surf_clock_row + WIN_SMALL surf_clock_column,surf_clock_row TFT_clock2: ; called from divemode clock call TFT_standard_color lfsr FSR2,buffer @@ -2226,7 +2226,7 @@ global TFT_date TFT_date: - WIN_TINY surf_date_column,surf_date_row ; Init new Wordprocessor + WIN_SMALL surf_date_column,surf_date_row ; Init new Wordprocessor call TFT_standard_color lfsr FSR2,buffer movff month,convert_value_temp+0