diff options
author | Tectu <tectu66@gmail.com> | 2012-06-13 08:44:42 -0700 |
---|---|---|
committer | Tectu <tectu66@gmail.com> | 2012-06-13 08:44:42 -0700 |
commit | 25ff65d2076a5e450821aa3e79e2e78863c04de1 (patch) | |
tree | c770d2d451193a19e731b1f3afc3ac16f598082a /touchpad.c | |
parent | d53551fb38418a063dcca0898c92349006c0e3e4 (diff) | |
parent | 2f157e29de212b0b21523cf5338369e51782870a (diff) | |
download | uGFX-25ff65d2076a5e450821aa3e79e2e78863c04de1.tar.gz uGFX-25ff65d2076a5e450821aa3e79e2e78863c04de1.tar.bz2 uGFX-25ff65d2076a5e450821aa3e79e2e78863c04de1.zip |
Merge pull request #5 from abhishek-kakkar/master
Changes in Text Rendering API
Diffstat (limited to 'touchpad.c')
-rw-r--r-- | touchpad.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -122,6 +122,7 @@ void tpCalibrate(void) { lcdSetOrientation(portrait); lcdClear(Red); + cx=40; cy=10; lcdDrawString(40, 10, "Touchpad Calibration", White, Red); for(i=0; i<2; i++) { |