Andrew Hannam
3a8d39980b
Changes to Console, VMT, BitBlt, Clip & Drivers
...
Console - Fix compile, add GDISP_NEED_CONSOLE for compilation
VMT - Fix after directory structure changes
BitBlt - Update API to allow a source bitmap position.
Clip - Add clipping support into gdisp
Arc - Allow hardware accelleration of Arc routines
Nokia6610 - Fixes to BitBlt.
2012-09-10 15:54:22 +10:00
Andrew Hannam
967f37dffe
Merge pull request #6 from Tectu/master
...
Update from Tectu
2012-09-09 20:20:58 -07:00
Tectu
b7791cc490
Merge pull request #48 from mobyfab/master
...
Touchpad fixes
2012-09-09 00:58:52 -07:00
mobyfab
11d299114f
Fixes for the touchpad API.
2012-09-07 22:57:35 +02:00
Tectu
2297c4b418
Merge pull request #47 from mobyfab/master
...
Bug fix
2012-09-06 21:41:10 -07:00
Andrew Hannam
b8dcccb551
Merge pull request #5 from Tectu/master
...
Pull Tectu Changes
2012-09-06 16:00:59 -07:00
mobyfab
8cbb746065
Increased FSMC delays. They were too low.
2012-09-06 23:11:03 +02:00
Tectu
3f26b8ac55
Merge pull request #46 from mobyfab/master
...
GPIO for SSD1963
2012-09-04 10:35:30 -07:00
mobyfab
75a3a98228
Adding GPIO to SSD1963
2012-09-04 12:51:35 +02:00
Tectu
f47bbcb9a7
docs
2012-09-03 00:54:40 +02:00
Tectu
bdd794b836
header adjustments on SSD1963
2012-09-03 00:52:40 +02:00
Tectu
d6000f1cbb
docs update
2012-09-03 00:50:55 +02:00
Tectu
5c59206123
Merge pull request #44 from mobyfab/master
...
SSD1963 inclusion
2012-08-31 11:42:21 -07:00
mobyfab
3c7ac9c2cf
updated comments, cleaning
2012-08-31 20:09:22 +02:00
mobyfab
aba929d18b
modifications, fixes.
...
first working version with a couple hardware features.
2012-08-31 19:59:05 +02:00
mobyfab
c67453a0be
Adding SSD1963
2012-08-30 22:40:28 +02:00
Tectu
661d0bb2fe
cleanups & docs
2012-08-28 16:39:05 +02:00
Tectu
d71a621790
cleanup
2012-08-28 16:25:22 +02:00
Tectu
2c7cbc1dd7
implemented gdispDrawArc() by noether
2012-08-28 16:24:00 +02:00
Andrew Hannam
fea7f3a67f
Merge pull request #4 from Tectu/master
...
Get latest updates
2012-08-24 23:31:07 -07:00
Tectu
8fd1de6ef5
first try to implement gdispDrawARC() (not working yet)
2012-08-24 15:54:32 +02:00
Tectu
580c00b8f8
console patch (thanks to inmarket for helping)
2012-08-24 11:37:47 +02:00
Tectu
a0162b98c8
fixed SSD1289 driver
2012-08-24 10:43:09 +02:00
Tectu
ca8a2f3e11
makefile fix
2012-08-24 10:37:12 +02:00
Tectu
e24afca5e4
Merge branch 'master' of github.com:Tectu/ChibiOS-LCD-Driver
2012-08-24 02:37:03 +02:00
Tectu
fcfab98517
added gdispDrawArc() and gdispFillArc() dummies
2012-08-24 02:35:28 +02:00
Tectu
a7f5b7433e
added notepad demo
2012-08-23 15:36:43 +02:00
Tectu
bee96e39ad
fixed touchpad orientation
2012-08-22 16:33:40 +02:00
Tectu
217f15b4d3
compiler warning fix
2012-08-22 16:06:43 +02:00
Tectu
7021da1b9e
gdispSetOrientation() bugfix (by inmarket)
2012-08-22 10:05:38 +02:00
Tectu
4238378e90
added old glcd.h header backport
2012-08-21 18:18:02 +02:00
Tectu
bb6bad936a
removed deviceCode readout of SSD1289
2012-08-20 21:01:50 +02:00
Tectu
f9dd7d52f4
coord_t from uint16_t to int16_t
2012-08-20 20:43:39 +02:00
Tectu
7bfaea1ca9
readme updates
2012-08-17 09:23:15 +02:00
Tectu
7b10e441c8
touchpad demo update
2012-08-17 09:10:10 +02:00
Andrew Hannam
1176b9738c
Merge pull request #3 from Tectu/master
...
Get latest updates
2012-08-16 05:11:55 -07:00
Tectu
f0a7643598
contributors.txt update
2012-08-16 13:11:35 +02:00
Tectu
53000e3c19
ADS7843 cleanup
2012-08-16 12:55:18 +02:00
Tectu
b402228265
XPT2046 cleanup
2012-08-16 12:52:34 +02:00
Tectu
df680e6d6e
Merge pull request #43 from abhishek-kakkar/master
...
Touchpad Updates
2012-08-16 03:26:02 -07:00
Kumar Abhishek
0b8c95ab20
ADS7843 update
...
Same changes as the XPT2046
2012-08-16 15:40:48 +05:30
Kumar Abhishek
a41a5911e5
Fix compiler warnings
...
Removed redundant dummy read from high level functions
2012-08-16 15:26:03 +05:30
Kumar Abhishek
a9beec902d
XPT2046 LLD Major Update
...
Added 7 point median filtering to reduce noise
TOUCHPADDriver structure now encapsulates the IRQ pin, so removed
the TP_CS_ and TP_IRQ_ macros
Added generic tp_lld_read_value method to read any ADC channel from
the XPT2046, this includes on-chip temperature sensor and VBAT input
Improved SPI bus sharing, with the optional TOUCHPAD_SPI_PROLOGUE and
TOUCHPAD_SPI_EPILOGUE macros
2012-08-16 15:14:16 +05:30
Kumar Abhishek
7334da9f7f
Merge branch 'master' of https://github.com/abhishek-kakkar/ChibiOS-LCD-Driver
...
Conflicts:
drivers/touchpad/ADS7843/touchpad_lld.c
drivers/touchpad/XPT2046/touchpad_lld.c
include/touchpad_lld.h
Sync To Latest master
2012-08-14 23:51:11 +05:30
Tectu
2d8c4a825d
docs update
2012-08-14 02:16:13 +02:00
Tectu
72d994626f
removed touchpad prefix on touchpad drivers
2012-08-14 02:12:59 +02:00
Tectu
e6373df68b
removed gdisp prefix on gdisp drivers
2012-08-14 02:10:57 +02:00
Tectu
975faaab67
demos license header
2012-08-14 01:58:24 +02:00
Tectu
f8a0e45cbf
added console demo
2012-08-14 01:57:43 +02:00
Tectu
7d336b5e01
SSD1289 fix
2012-08-14 01:54:46 +02:00