diff options
author | Tectu <joel@unormal.org> | 2012-06-11 00:08:30 +0200 |
---|---|---|
committer | Tectu <joel@unormal.org> | 2012-06-11 00:08:30 +0200 |
commit | b718fed6177a3dea4d18b9c6d38f4c1f8f321bec (patch) | |
tree | 8826b4ce3b19a94b676efb1131fa7098979601db | |
parent | a67bde079c40653333f4c35045cb407ec89d92f9 (diff) | |
download | uGFX-b718fed6177a3dea4d18b9c6d38f4c1f8f321bec.tar.gz uGFX-b718fed6177a3dea4d18b9c6d38f4c1f8f321bec.tar.bz2 uGFX-b718fed6177a3dea4d18b9c6d38f4c1f8f321bec.zip |
cleanups
-rw-r--r-- | glcd.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -2,7 +2,6 @@ #include "fonts.h"
#include <math.h>
-uint16_t DeviceCode;
uint8_t font_width = 8, font_height = 16;
uint16_t lcd_width, lcd_height;
|