Joel Bodenmann
5f90362261
touchscreen fixes
2012-11-10 17:04:20 +01:00
Joel Bodenmann
5a5db64288
renamed tsIRQ() into tsPressed()
2012-11-10 16:46:02 +01:00
Andrew Hannam
c069817f0c
Removed some hardware dependancies in HL drivers
...
Removed some hardware dependancies in high level drivers that had crept
in over time.
2012-11-10 15:11:39 +10:00
Joel Bodenmann
affd9792ff
added touchscreen files
2012-11-10 00:13:42 +01:00
Joel Bodenmann
87b6d98055
renamed touchpad into touchscreen
2012-11-10 00:05:01 +01:00
Joel Bodenmann
995c9835c2
small macro update
2012-11-09 23:10:38 +01:00
Joel Bodenmann
61d2238b25
small cleanup
2012-11-09 01:04:27 +01:00
Kumar Abhishek
f75a2ae91e
Touchpad Updates - 3 point calibration support +
...
Touchpad reads now return coord_t instead of uint16_t
tpTransform function does the calibration transformation instead of
the original functions
2012-11-09 00:41:22 +05:30
Joel Bodenmann
a178db6f13
Revert "doxygen tweaks - not complete yet"
...
This reverts commit b86c313aa2
.
2012-11-07 01:34:39 +01:00
Joel Bodenmann
b86c313aa2
doxygen tweaks - not complete yet
2012-11-06 23:55:45 +01:00
Joel Bodenmann
a39a8427d9
removed doxygen of static internal functions
2012-11-06 23:26:33 +01:00
Joel Bodenmann
8c1ffacd2e
small doxygen fix
2012-11-05 20:14:03 +01:00
Joel Bodenmann
fa5ea79150
cleanup of doxygen
2012-11-03 21:03:29 +01:00
Joel Bodenmann
ecc3989355
and the final touch of doxygen...
2012-11-03 03:01:13 +01:00
Joel Bodenmann
db0c770ca0
even more doxygen...
2012-11-03 02:56:59 +01:00
Joel Bodenmann
9ff7292013
doxygen update
2012-11-03 01:59:50 +01:00
Joel Bodenmann
1294824260
moar doxygen fixes
2012-11-02 20:26:06 +01:00
Joel Bodenmann
397b5074e8
docs
2012-11-02 09:33:56 +01:00
Joel Bodenmann
a922a268fd
doxygen for graph
2012-10-31 01:14:11 +01:00
Andrew Hannam
d3b4c499ab
GDISP fixes and new routines. Many GWIN changes.
...
GDISP:
Fix gdisp???Arc to use (possibly) hardware accelerated routines.
Fix Arc orientation so 0 degrees is on x axis and 90 degrees points to
the top of screen (instead of the bottom).
Add rounded box routines (if ARC support is turned on).
Add a gdispDrawStringBox to match the gdispFillStringBox routine.
Repair prototypes in wrong place in gdisp.h
GWIN:
Extract the concept of a Window Handle to allow many new features.
Allow dynamic creation of window objects as well as static
initialisation.
Seperate the console code into a console specific window type.
Add buttons as a specific window type. The drawing code is complete, the
input (touch or mouse) is still to be implemented.
2012-10-30 18:18:29 +10:00
Joel Bodenmann
797f0626ba
fixed compiler warnings
2012-10-28 21:38:23 +01:00
Andrew Hannam
c5f9012fd6
Implement gdispFillArc. Add GWIN windows.
...
Implement gdispFillArc in gdisp.
Added gwin (GFX_USE_GWIN) - adds a window based drawing layer to GDISP.
GWIN also support chprintf text drawing like console.
2012-10-27 23:05:00 +10:00
Joel Bodenmann
9bcabe082a
graphDrawNets() fix
2012-10-25 00:37:46 +02:00
Joel Bodenmann
56b350d096
graph fix
2012-10-25 00:36:15 +02:00
Joel Bodenmann
707ade1f2f
graph - added boundary checks
2012-10-24 22:21:49 +02:00
Joel Bodenmann
1527c69cc0
graph update
2012-10-24 21:10:35 +02:00
Joel Bodenmann
0c2b45dbd5
graph update
2012-10-24 21:05:23 +02:00
Joel Bodenmann
0004d3824b
graphDrawDots() fix
2012-10-24 19:25:35 +02:00
Joel Bodenmann
875edbd44d
graph fix
2012-10-24 19:05:16 +02:00
Joel Bodenmann
e0ca76b43c
graphGetOrigin()
2012-10-24 18:59:52 +02:00
Joel Bodenmann
5c6f31741a
graph - different axis and grid color
2012-10-24 18:52:25 +02:00
Joel Bodenmann
e121b31a70
graphDrawDot() fix
2012-10-24 17:40:35 +02:00
Joel Bodenmann
03ccc151c3
graphDrawOneQuadrant() fix
2012-10-24 16:47:52 +02:00
Joel Bodenmann
e0c8011553
graph grid drawing fix
2012-10-24 16:38:43 +02:00
Joel Bodenmann
6005051ac7
graph update
2012-10-24 02:57:59 +02:00
Joel Bodenmann
5ac6912648
first graph implementation
2012-10-24 02:39:21 +02:00
Joel Bodenmann
7c4472cd94
added graph dummy
2012-10-24 00:12:50 +02:00
Joel Bodenmann
c51096f8f2
renamed calibration storage interface
2012-10-23 06:30:17 +02:00
Joel Bodenmann
0685eb445a
touchpad calibration storage update
2012-10-23 06:19:18 +02:00
Joel Bodenmann
9379d17303
touchpad calibration storage update
2012-10-23 06:10:57 +02:00
Joel Bodenmann
34a64b13c4
whitespaces
2012-10-23 02:57:38 +02:00
Joel Bodenmann
8da73efced
SSD1289 setViewPort bugfix
2012-10-23 02:34:20 +02:00
Joel Bodenmann
a4a815f6f3
added delay to gdispControl() to fix some timing issues
2012-10-23 01:25:42 +02:00
Joel Bodenmann
7b277edc59
renamed macros
2012-10-21 01:47:11 +02:00
Joel Bodenmann
a8c9db2709
renamed console fuctions to gfx
2012-10-13 19:47:20 +02:00
trsaunders
15a6687fd8
update console for latest chibios changes
2012-10-13 16:39:25 +01:00
Joel Bodenmann
9c3b5a0145
console fix
2012-10-13 02:39:17 +02:00
Joel Bodenmann
c02d0868bc
console update
2012-10-13 02:08:02 +02:00
Joel Bodenmann
166d78c97a
console updates
2012-10-13 02:04:20 +02:00
Joel Bodenmann
0eeee23788
Merge branch 'master' of github.com:Tectu/ChibiOS-GFX
2012-10-13 01:05:54 +02:00