inmarket
c5a86757bd
Make all include paths in ugfx relative.
...
The only include path now needed is for drivers (in particular GDISP drivers)
2015-11-21 19:27:08 +10:00
inmarket
48a9d334b7
Replace all inline definitions with GFXINLINE
2015-10-23 18:24:49 +10:00
inmarket
fa8167b94d
Big file rename to reduce problems with brain-dead IDE's that don't handle project file hierarchies well.
...
Naming is more consistent with the new scheme.
May affect some third party drivers (header file renames).
2015-01-21 17:26:24 +10:00
inmarket
e5d69abf02
Update SSD1289 and SSD2119 drivers to support using CCM memory for stack when using DMA.
...
Use GDISP_NO_DMA_FROM_STACK.
2014-12-17 10:49:09 +10:00
inmarket
1a495f3013
Rename all driver makefiles to driver.mk
2014-08-22 18:20:02 +10:00
Joel Bodenmann
08e1b0ebc7
Removed the doxygen inside of every driver as doxygen is only meant for highlevel API documentation.
...
Documenting the drivers interface should be done inside a template driver or the gdisp LLD abstraction.
2014-03-28 19:45:08 +01:00
inmarket
37966ff16d
Integrate the include files with each module. Simplifies structure of code.
2014-02-19 00:36:52 +10:00
Joel Bodenmann
2e9592c49c
removed obsolet file
2013-12-07 15:26:48 +01:00
inmarket
7f1b78a067
Replace color format conversion macros with proper routines to prevent side effects with using the macro.
...
Also fix a number of compiler warnings.
2013-11-17 23:32:19 +10:00
Joel Bodenmann
bca78196f5
missing semicolon
2013-11-12 20:29:04 +01:00
Joel Bodenmann
da2740b706
merging GDISPStreaming
2013-11-10 21:07:16 +01:00
inmarket
a8e860678d
New GDISP now supports multiple controllers with different pixel formats.
...
You can now have a main color display and a secondary monochrome display.
You can now optionally set GDISP_PIXELFORMAT to any color or grayscale format for your application and the driver will internally convert to the display hardware format.
2013-11-05 19:34:12 +10:00
inmarket
ece5bcd6ab
Auto-generate pixel formats using macro's.
...
Prepare for (but not yet complete) supporting a different high level GDISP pixel format to the low level driver format.
This will be useful in multiple display scenario's where displays have different pixel formats.
2013-11-05 00:36:54 +10:00
inmarket
555257933a
Clean up the driver directory structure by moving all board specific files into the boards sub-structure.
2013-10-28 20:04:03 +10:00
inmarket
b05a29f830
Rename GDISP driver files to prevent problems when compiling for multiple controllers on platforms that put all generated object files into a single directory.
2013-10-28 11:03:39 +10:00
inmarket
4a5506df0a
Fixes to GDISP for streaming drivers.
...
Turn optimisation back on for SSD1289 driver
2013-10-24 11:32:46 +10:00
inmarket
22b59b8b4f
Test for SSD 1289 driver bug.
2013-10-22 09:19:22 +10:00
Joel Bodenmann
f285a24a90
SSD1289 fixes
2013-10-21 14:27:29 +02:00
Joel Bodenmann
459fbf6781
fixes
2013-10-21 13:47:59 +02:00
inmarket
0698fd28c0
Comment fixes.
2013-10-21 17:11:07 +10:00
inmarket
0535c67eab
Add support for a driver private area (as well as a board private area)
2013-10-21 15:13:10 +10:00
inmarket
9a8b5b4163
Fix White spacing
2013-10-19 17:58:18 +10:00
inmarket
87a6af81f4
Change to gdisp low level driver API. Display number is now in the GDriver structure (It was required for a Nokia driver).
2013-10-19 15:36:05 +10:00
inmarket
313956b215
Remove incorrect comment.
2013-10-18 17:07:53 +10:00
inmarket
c9311d9851
Changed board_XXXX_template.h so that it can be directly copied to board_XXXX.h in the project directory and it will compile with stub functions.
2013-10-18 16:44:56 +10:00
inmarket
8fb676f73b
Added a post_init_board() routine to SSD1289 to allow bus timings to be changed after controller initialisation is complete.
2013-10-17 17:33:04 +10:00
inmarket
e1744e59ab
SSD1289 driver updated for multiple display support
2013-10-17 14:57:47 +10:00
inmarket
d7d02395d0
Updates to ported drivers to support new optimisation method.
...
Includes Bug fixes.
2013-10-02 16:30:06 +10:00
inmarket
9413f04672
Driver ILI9481 ported to streaming driver
2013-09-30 17:31:58 +10:00
inmarket
c132a5bb8a
Tidy up some code so it looks more standard accross drivers
2013-09-30 17:04:13 +10:00
inmarket
dd54d42f00
Allow initial driver settings to be overridden by the board file
2013-09-30 15:40:52 +10:00
inmarket
2c11cc3b94
SSD1289 tidy up
2013-09-30 13:39:39 +10:00
inmarket
3480001a79
More orientation fixes for SSD1289.
...
Orientation is now supported purely in RAM addressing direction which means the orientation of the display can be changed without affecting existing information on the display. Drawing then occurs in the new orientation.
2013-09-30 13:33:35 +10:00
inmarket
fdb74b412a
More SSD1289 orientation fixes and tidy-up
2013-09-30 01:21:10 +10:00
Joel Bodenmann
3b1b5a4208
SSD1289 fixes
2013-09-29 18:43:59 +02:00
inmarket
6499da5be3
SSD1289 streaming driver (untested)
...
X streaming driver (untested)
Nokia6610 fixes
Read pixel streaming support for low level driver.
2013-09-30 00:05:07 +10:00
Joel Bodenmann
ebecc79807
SSD1289 area filling fix
2013-09-28 02:24:09 +02:00
Joel Bodenmann
3b8f14e2c8
SSD1289 Area fill fix
2013-09-28 08:45:46 +10:00
Joel Bodenmann
73c5ef26f8
fixed license headers
2013-07-21 22:20:37 +02:00
Joel Bodenmann
a675834266
doxygen updates
2013-07-21 22:02:57 +02:00
Joel Bodenmann
d98e6c5d0d
cleaned up board file mess
2013-07-21 17:42:25 +02:00
Mateusz Tomaszkiewicz
2a65ea5388
Various readme update
...
For GDISP drivers SSD2119 & SSD1289.
2013-06-18 23:32:22 +02:00
inmarket
ed0bac9765
License header updates
2013-06-15 21:37:22 +10:00
Joel Bodenmann
f14ed21d5d
SSD1289 update by user Eddie
2013-06-04 00:34:47 +02:00
inmarket
7fbfde42aa
GOS module, for operating system independance
...
GMISC fast floating point trig
GMISC fast fixed point trig
2013-05-25 01:26:52 +10:00
Joel Bodenmann
6c38d5b310
updated license headers
2013-05-03 16:36:17 +02:00
Joel Bodenmann
296e74f3e0
Revert "updated license headers"
...
This reverts commit 0a26d9983b
.
2013-05-02 01:53:28 +02:00
Joel Bodenmann
0a26d9983b
updated license headers
2013-05-02 01:50:09 +02:00
Mateusz Tomaszkiewicz
15d76cb5fc
SSD1289 SSD2119: fixed warning messages
...
Few type castings in order to suppress warnings (-Wsign-compare):
"comparison between signed and unsigned integer expressions"
"signed and unsigned type in conditional expression"
2013-03-20 22:15:18 +01:00
Joel Bodenmann
e315480c71
updated copyright - 2013
2013-03-06 23:11:01 +01:00