comparison src/testmode.asm @ 50:ec4d8503ec45

NEW: user-selectable color schemes
author heinrichsweikamp
date Fri, 27 Sep 2013 23:45:57 +0200
parents 11d4fc797f74
children 7815bf21d353
comparison
equal deleted inserted replaced
49:fe01bbaf6014 50:ec4d8503ec45
48 WIN_TOP .0 48 WIN_TOP .0
49 WIN_LEFT .0 49 WIN_LEFT .0
50 WIN_FONT FT_SMALL 50 WIN_FONT FT_SMALL
51 WIN_INVERT .0 ; Init new Wordprocessor 51 WIN_INVERT .0 ; Init new Wordprocessor
52 call TFT_standard_color 52 call TFT_standard_color
53 call mcp_reset_rssi ; Setup RX
54 call TFT_Display_FadeIn 53 call TFT_Display_FadeIn
55 54
56 call I2C_init_compass 55 call I2C_init_compass
57 call I2C_init_accelerometer 56 call I2C_init_accelerometer
58 57