aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gdisp/Nokia6610GE8
Commit message (Expand)AuthorAgeFilesLines
* For all source files update integer types to the new gI8 etc type namesinmarket2018-11-032-14/+14
* Update license headerTibo Clausen2018-10-014-4/+4
* Added type gOrientation to replace V2.x orientation_t, and values gOrientatio...inmarket2018-07-081-20/+20
* Added type gPowermode to replace V2.x powermode_t, and values gPowerXXX repla...inmarket2018-07-081-8/+8
* Change color_t to gColorinmarket2018-07-081-4/+4
* Change pixel_t to gPixelinmarket2018-07-081-4/+4
* Change coord_t to gCoordinmarket2018-07-081-1/+1
* Added new type definitions - moving towards V3.0inmarket2018-06-232-5/+5
* First set of V3 macro changesinmarket2018-02-272-9/+9
* Add compatibility with Visual Studio and make compile warning capabilities mo...inmarket2017-06-301-6/+7
* Make all include paths in ugfx relative.inmarket2015-11-211-3/+3
* Replace all inline definitions with GFXINLINEinmarket2015-10-232-10/+10
* Big file rename to reduce problems with brain-dead IDE's that don't handle pr...inmarket2015-01-211-1/+1
* Doco updatesinmarket2014-08-231-4/+4
* Rename all driver makefiles to driver.mkinmarket2014-08-221-0/+0
* Removed the doxygen inside of every driver as doxygen is only meant for highl...Joel Bodenmann2014-03-283-91/+1
* Whitespacesinmarket2014-03-221-21/+21
* Some fixes for the Nokia6610GE8 display driverinmarket2014-03-201-3/+33
* Integrate the include files with each module. Simplifies structure of code.inmarket2014-02-191-3/+3
* Replace color format conversion macros with proper routines to prevent side e...inmarket2013-11-171-21/+23
* New GDISP now supports multiple controllers with different pixel formats.inmarket2013-11-051-14/+25
* Auto-generate pixel formats using macro's.inmarket2013-11-051-1/+1
* Create uGFX board directories which include example Makefiles.inmarket2013-10-281-195/+0
* Rename GDISP driver files to prevent problems when compiling for multiple con...inmarket2013-10-282-1/+1
* Nokia6610GE8 compiler warningJoel Bodenmann2013-10-261-0/+4
* Fix a bug in Contrast handling in the Nokia driversinmarket2013-10-211-2/+2
* Comment fixes.inmarket2013-10-212-2/+2
* Add support for a driver private area (as well as a board private area)inmarket2013-10-212-15/+24
* Convert Nokia6610GE8 driver to the new format.inmarket2013-10-197-527/+464
* Compile error fix.inmarket2013-10-022-5/+5
* Nokia6610 GE12 driver ported to streaming.inmarket2013-10-011-23/+23
* Tidy up some code so it looks more standard accross driversinmarket2013-09-301-7/+7
* Allow initial driver settings to be overridden by the board fileinmarket2013-09-301-1/+1
* SSD1289 streaming driver (untested)inmarket2013-09-302-17/+12
* Nokia6610 GE8 driver: Orientation support and fixes for some controller nastiesinmarket2013-09-272-174/+181
* Nokia6610 streaming driver orientation is NOT supported yetinmarket2013-09-251-1/+1
* Nokia6610 streaming driver. Orientation not supported yet in this new driver ...inmarket2013-09-254-171/+222
* fixed license headersJoel Bodenmann2013-07-215-5/+5
* cleaned up board file messJoel Bodenmann2013-07-216-231/+200
* Various README updatesMateusz Tomaszkiewicz2013-06-211-2/+2
* License header updatesinmarket2013-06-155-5/+5
* GOS module, for operating system independanceinmarket2013-05-251-3/+1
* updated license headersJoel Bodenmann2013-05-035-93/+28
* Revert "updated license headers"Joel Bodenmann2013-05-025-43/+38
* updated license headersJoel Bodenmann2013-05-025-38/+43
* Nokia6610GE8 driver updatesAndrew Hannam2013-03-081-116/+201
* updated copyright - 2013Joel Bodenmann2013-03-065-5/+5
* __inline becomes inline because most compilers dont like the prefixJoel Bodenmann2013-03-043-17/+17
* Add PWM backlight control to Nokia6610GE8Andrew Hannam2013-03-041-196/+238
* Fix compile error in GDISPAndrew Hannam2013-02-181-483/+483