Commit Graph

215 Commits

Author SHA1 Message Date
Joel Bodenmann
86ae017301 Porting SSD2219 driver - WORK IN PROGRES!!!! 2013-10-21 15:40:40 +02: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
4e8d2569d6 Convert SSD1963 driver to new format.
Intergrate the old panel include file into the board file.
2013-10-21 19:38:15 +10:00
inmarket
f4b9f0bcfe Convert SSD1306 driver to new driver format.
This driver requires the new flush operation.
2013-10-21 17:12:48 +10:00
inmarket
1b3297aeae Fix a bug in Contrast handling in the Nokia drivers 2013-10-21 17:11:46 +10: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
929dbabf68 Convert S6D1121 driver to new format 2013-10-19 17:58:57 +10:00
inmarket
9a8b5b4163 Fix White spacing 2013-10-19 17:58:18 +10:00
inmarket
6ac1710dc5 Converted TestStub driver to new format. 2013-10-19 16:45:01 +10:00
inmarket
b6986f5b16 Convert Nokia6610GE8 driver to the new format. 2013-10-19 16:33:56 +10:00
inmarket
ad416c32b3 Small fix to the Nokia6610GE12 driver 2013-10-19 16:33:13 +10:00
inmarket
e9895b5d14 Convert Nokia6610GE12 driver to new format. 2013-10-19 15:38:00 +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
443d14c21f Convert driver ILI9481 to new format 2013-10-18 17:29:27 +10:00
inmarket
29cf77746c Fix doxygen comments. 2013-10-18 17:10:15 +10:00
inmarket
668afded53 Convert ILI9325 driver to new format 2013-10-18 17:08:21 +10:00
inmarket
313956b215 Remove incorrect comment. 2013-10-18 17:07:53 +10:00
inmarket
a3714ae7c4 Bug fix ILI9320 driver 2013-10-18 17:07:26 +10:00
inmarket
9eabf4576d Convert ILI9320 driver to new format 2013-10-18 16:45:35 +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
66d2d27967 Fix compile error 2013-10-18 16:43:09 +10:00
inmarket
c4ae7fd6c8 Convert HX8437D driver to new format 2013-10-18 15:57:13 +10:00
inmarket
257f7364f8 Update some doxygen documentation 2013-10-18 15:56:30 +10:00
inmarket
3cacf9cee2 Remove unnecessary file from RA8875 driver. 2013-10-17 17:38:44 +10:00
inmarket
8210418402 Driver RA8875 converted to new driver format. 2013-10-17 17:33: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
8408e020b4 Compile error fix.
Nokia GE8 - scale contrast correctly.
2013-10-02 00:56:57 +10:00
inmarket
77872d8560 Nokia6610 GE12 driver ported to streaming.
Also added orientation and power control.
Untested.
2013-10-01 21:11:42 +10:00
inmarket
9413f04672 Driver ILI9481 ported to streaming driver 2013-09-30 17:31:58 +10:00
inmarket
7d95523946 ILI9325 driver ported to streaming interface 2013-09-30 17:05:06 +10:00
inmarket
c132a5bb8a Tidy up some code so it looks more standard accross drivers 2013-09-30 17:04:13 +10:00
inmarket
fd01f1a4f3 ILI9320 driver ported to streaming interface. 2013-09-30 16:25:46 +10:00
inmarket
07f96ec3ee HX8347D driver ported to new streaming structure (untested) 2013-09-30 15:41:32 +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
3b8f14e2c8 SSD1289 Area fill fix 2013-09-28 08:45:46 +10:00
inmarket
c71a227efd Nokia6610 GE8 driver: Orientation support and fixes for some controller nasties 2013-09-27 01:38:37 +10:00
inmarket
5541e6a96c Nokia6610 streaming driver orientation is NOT supported yet 2013-09-25 17:28:49 +10:00
Petteri Aimonen
a8688eef39 Add driver for ED060SC4 e-ink display panel 2013-09-25 17:22:28 +10:00
inmarket
5eabbaf7bf Nokia6610 streaming driver. Orientation not supported yet in this new driver version. 2013-09-25 17:18:18 +10:00
Joel Bodenmann
bf3761e0f2 Added ST7565 driver by user sam0737 2013-09-15 00:32:57 +02:00
Joel Bodenmann
05039b6af2 fixed SSD1306 license headers 2013-08-29 01:54:51 +02:00