Joel Bodenmann
a734b10c41
typo fix: aquire_bus -> acquire_bus
10 years ago
Joel Bodenmann
43d45dca63
gtimer demo
10 years ago
Joel Bodenmann
802e967a7a
removed tools folder
10 years ago
Joel Bodenmann
b0fbfdebba
gtimer doxygen fix
10 years ago
Joel Bodenmann
9f2a7c36d9
replaced get_bus by aquire_bus
10 years ago
Joel Bodenmann
cafb454745
GEVENT doxygen
10 years ago
Joel Bodenmann
19d45eaeda
GTimer doxygen bugfix
10 years ago
Joel Bodenmann
93fdd5dcdb
doxygen of gtimer
10 years ago
Joel Bodenmann
8515ed53f5
more SSD1289 and touchscreen workaround
10 years ago
Joel Bodenmann
04cb37f834
SSD1289 fix
10 years ago
Joel Bodenmann
4119264fd6
SSD1289 fix
10 years ago
Tectu
2c337b8dc8
Merge pull request #21 from inmarket/master
GWIN, gdisp Nokia and SSD1289 updates
10 years ago
Andrew Hannam
d1836d49fe
Fix compiler warnings
Fix compiler warnings in gwin.c
10 years ago
Andrew Hannam
bbb2d434c4
gdisp Nokia and SSD1289 updates
Convert SSD1289 to use board files.
Update Nokia driver to use short names in the board files.
Full expanded names are not needed as they are all static inline
routines.
10 years ago
Andrew Hannam
59c13aa33b
Change dynamic memory allocator in GWIN
Change dynamic memory allocator in GWIN to use the ChibiOS routines
10 years ago
Tectu
1ea82a4d37
Merge pull request #20 from inmarket/master
GEVENT, GTIMER & GINPUT subsystems
10 years ago
Andrew Hannam
a762a629aa
GEVENT, GTIMER & GINPUT subsystems
GEVENT - for passing event structures from Sources to Listeners
GTIMER - thread context based once-off and periodic timers.
GINPUT - extensible, multiple device-type, input sub-system.
gevent & gtimer are code complete, ginput is definition complete but not
code complete.
11 years ago
Andrew Hannam
633d64b393
Merge pull request #7 from Tectu/master
Merge Tectu changes
11 years ago
Joel Bodenmann
b876f0fd52
removed obselete GDISP_USE_SPI macro in olimex SAM7EX256 board file for Nokia6610 driver
11 years ago
Tectu
4ad0935c6f
Merge pull request #19 from inmarket/master
Updates to gdisp Nokia driver
11 years ago
Andrew Hannam
e34ebdcae5
Updates to gdisp Nokia driver
For gdisp Nokia driver
- Add get_bus and release_bus into the board interface definition
- Tidy the code up for readability using some macros.
11 years ago
Andrew Hannam
f6455189f8
Merge pull request #6 from Tectu/master
Merge Tectu changes
11 years ago
Joel Bodenmann
3cf6d6905f
removed the check for GDISP_USE_XXX since new drivers dont use this anymore
11 years ago
Tectu
ce4d7cf933
Merge pull request #18 from inmarket/master
Nokia and Ili9320 gdisp drivers
11 years ago
Andrew Hannam
4d521cff13
Gdisp lld driver corrections
Corrections to Nokia gdisp driver
- Fix for the application calling the unsupported gdispSetOrientation
and gdispSetPower
- Implemented full backlight control (on/off only currently)
Corrections to the Ili9320 driver
- Fix for the application calling the unsupported gdispSetOrientation
- Fix for initialisation of the backlight
- Fix for backlight when using display low power modes.
11 years ago
Andrew Hannam
00f95af7f8
Merge pull request #5 from Tectu/master
Merge Tectu changes
11 years ago
Joel Bodenmann
903adb1c24
ILI9320 update
11 years ago
Joel Bodenmann
a95c4933c4
Backlight fix
11 years ago
Joel Bodenmann
81f6af7e45
backlight and contrast value changed to uint8_t
11 years ago
Joel Bodenmann
6d18ad18c3
typo fix
11 years ago
Joel Bodenmann
4467b814f2
implemented contrast and backlight functions for GDISP. Implemented those into ILI9320
11 years ago
Joel Bodenmann
2a01ab6762
typo
11 years ago
Joel Bodenmann
93901d8f17
ILI9320 update
11 years ago
Joel Bodenmann
f66e79b648
new ILI9320 driver - please use as template
11 years ago
Tectu
0a8a570391
Merge pull request #17 from inmarket/master
gdisp Win32 orientaion support. Revert Macro
11 years ago
Andrew Hannam
67ae847970
Win32 orientation & gwin console line clear fixes
Fixes to Win32 orientation for scrolling
Improve the way line clearing is handled in gwin consoles.
11 years ago
Andrew Hannam
1c5ca344e8
Mandlebrot - remove hardware specifics
Mandlebrot - remove hardware specifics
11 years ago
Andrew Hannam
9566e80854
Remove RGB565CONVERT()
Remove RGB565CONVERT() macro
Update madlebrot demo to use hardware independant way of setting the
color.
11 years ago
Andrew Hannam
014330d3a0
gdisp Win32 Orientation support. Revert Macro
gdisp Win32 orientation support.
Revert to producing an error if GDISP_NEED_TEXT is not defined when
GWIN_NEED_CONSOLE or GWIN_NEED_BUTTON is defined.
11 years ago
Andrew Hannam
27f1350081
Merge pull request #4 from Tectu/master
Merge Tectu changes
11 years ago
Joel Bodenmann
ed73471f99
removed false ILI9320 code
11 years ago
Joel Bodenmann
7ccd3da85f
implemented power modes for ILI9320
11 years ago
Joel Bodenmann
fafe23f2e4
small fix
11 years ago
Joel Bodenmann
5683a9058e
added MCU driver dummy - not implemented yet
11 years ago
Joel Bodenmann
0e6ddaf7ff
added ILI3920 orientation dummies
11 years ago
Joel Bodenmann
eb6e5760fc
added ILI9320 driver - not finished yet, but working
11 years ago
Joel Bodenmann
c0de701066
GDISP_NEED_TEXT getting set automatically if GWIN_NEED_CONSOLE or GWIN_NEED_BUTTON set to TRUE
11 years ago
Joel Bodenmann
112781baee
set GWIN_NEED_CONSOLE default value to FALSE
11 years ago
Joel Bodenmann
e8020a88c9
fixed touchscreen output and removed console code
11 years ago
Andrew Hannam
33d7fe68b9
Merge pull request #3 from Tectu/master
Merge Tectu Changes
11 years ago