aboutsummaryrefslogtreecommitdiffstats
path: root/demos
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2012-11-10 17:04:20 +0100
committerJoel Bodenmann <joel@unormal.org>2012-11-10 17:04:20 +0100
commit5f903622616a2f1686f3124bf56dd69479fd9454 (patch)
tree631fca189b82e1aab6d669534c846003ecd0575e /demos
parent8231e9738c20bd676943638830fedeb71ca1195d (diff)
downloaduGFX-5f903622616a2f1686f3124bf56dd69479fd9454.tar.gz
uGFX-5f903622616a2f1686f3124bf56dd69479fd9454.tar.bz2
uGFX-5f903622616a2f1686f3124bf56dd69479fd9454.zip
touchscreen fixes
Diffstat (limited to 'demos')
-rw-r--r--demos/notepad/main.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/demos/notepad/main.c b/demos/notepad/main.c
index 5d9e5ffc..7fec864f 100644
--- a/demos/notepad/main.c
+++ b/demos/notepad/main.c
@@ -53,8 +53,6 @@ TouchscreenDriver TOUCHPADD1 = {
void drawScreen(void) {
char *msg = "ChibiOS/GFX";
- uint16_t colorsize = COLOR_SIZE;
- uint16_t pensize = PEN_SIZE;
gdispSetOrientation(GDISP_ROTATE_90);
gdispClear(White);
@@ -86,7 +84,6 @@ int main(void) {
gdispInit();
tsInit(&TOUCHPADD1);
- tsCalibrate();
drawScreen();