projects
/
hackover2013-badge-firmware.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fixed alpha blending at 100%
[hackover2013-badge-firmware.git]
/
drivers
/
displays
/
tft
/
touchscreen.c
diff --git
a/drivers/displays/tft/touchscreen.c
b/drivers/displays/tft/touchscreen.c
index
c66619f
..
97f448b
100644
(file)
--- a/
drivers/displays/tft/touchscreen.c
+++ b/
drivers/displays/tft/touchscreen.c
@@
-300,7
+300,6
@@
int getDisplayPoint( tsPoint_t * displayPtr, tsPoint_t * screenPtr, tsMatrix_t *
}
else
{
- // ToDo: Default values required or you can never read LCD position!
// return TS_ERROR_NOTCALIBRATED;
return -1;
}
This page took
0.025729 seconds
and
4
git commands to generate.