aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merged in pashamray/ugfx/pcd8544 (pull request #10) Joel Bodenman2014-07-095-0/+351
|\ \ | | | | | | Driver for PCD8544 controller
| * | first commitroot2014-07-095-0/+351
| |/
* | Merged in pashamray/ugfx/pcf8812 (pull request #11) Joel Bodenman2014-07-095-0/+366
|\ \ | | | | | | Driver for PCF8812 controller
| * \ Merge branch 'pcf8812' of https://bitbucket.org/pashamray/ugfx into pcf8812root2014-07-0910-2/+354
| |\ \
| | * | master слито с pcf8812pashamray2014-07-0910-2/+354
| | |\|
| | | * Tectu/ugfx слито с masterpashamray2014-07-0910-2/+354
| | | |\
| * | | | finish commitroot2014-07-093-18/+14
| |/ / /
| * | | README.mdpashamray2014-07-071-1/+2
| | | |
| * | | README.mdpashamray2014-07-071-0/+4
| | | |
| * | | master слито с pcf8812pashamray2014-07-077-2/+325
| |\| |
| | * | Tectu/ugfx слито с masterpashamray2014-07-077-2/+325
| | |\ \
| * | | | power managerroot2014-07-061-4/+9
| | | | |
| * | | | fixed orientation 90 degreeroot2014-07-061-1/+1
| | | | |
| * | | | fixed orientation 0 90 180 270 degreeroot2014-07-061-96/+11
| | | | |
| * | | | Merge branch 'pcf8812' of https://bitbucket.org/pashamray/ugfx into pcf8812root2014-07-066-105/+112
| |\ \ \ \
| | * | | | master слито с pcf8812pashamray2014-07-054-104/+95
| | |\| | |
| | | * | | Tectu/ugfx слито с masterpashamray2014-07-054-104/+95
| | | |\ \ \
| | * | | | | master слито с pcf8812pashamray2014-07-052-1/+17
| | |\| | | |
| | | * | | | Tectu/ugfx слито с masterpashamray2014-07-052-1/+17
| | | |\ \ \ \
| * | | | | | | fixed height bug and add actual display size 96*65 pixelsroot2014-07-062-52/+208
| |/ / / / / /
| * | | | | | work driver pcf8812root2014-07-031-16/+19
| | | | | | |
| * | | | | | workroot2014-07-031-11/+12
| | | | | | |
| * | | | | | editroot2014-07-021-14/+15
| | | | | | |
| * | | | | | master слито с pcf8812pashamray2014-07-02160-27/+47951
| |\| | | | |
| | * | | | | Tectu/ugfx слито с masterpashamray2014-07-02160-27/+47951
| | |\ \ \ \ \
| * | | | | | | remove not use codepashamray2014-06-183-75/+23
| | | | | | | |
| * | | | | | | gdisp_lld_PCF8812.c отредактирован онлайн на Bitbucketpashamray2014-06-131-2/+2
| | | | | | | |
| * | | | | | | first commit PCF8812 driverp.shamray2014-06-125-0/+336
| |/ / / / / /
* | | | | | / Example added for FreeRTOS on Raspberry Piinmarket2014-07-0913-0/+1058
| |_|_|_|_|/ |/| | | | |
* | | | | | Support added for the Raspberry Pi - talking directly to the graphics ↵inmarket2014-07-095-0/+165
| | | | | | | | | | | | | | | | | | | | | | | | co-processor.
* | | | | | eCos Synthetic framebuffer is now a supported "base" board.inmarket2014-07-095-2/+189
| |_|_|_|/ |/| | | |
* | | | | Merge branch 'eCos'inmarket2014-07-077-2/+325
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | eCos fixinmarket2014-07-071-1/+2
| | | | |
| * | | | Merge branch 'master' into eCosinmarket2014-07-032-1/+17
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Add eCos to gfxconf.example.hinmarket2014-07-021-0/+2
| | | | |
| * | | | Add framebuffer board file to interface with the eCos framebuffer device.inmarket2014-07-021-0/+94
| | | | |
| * | | | Merge branch 'master' into eCosinmarket2014-07-02150-7/+45855
| |\ \ \ \
| * | | | | First cut eCos portinmarket2014-06-255-2/+229
| | | | | |
* | | | | | Merge branch 'master' of bitbucket.org:Tectu/ugfxJoel Bodenmann2014-07-052-1/+17
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | Missing gfxconf definitions for the RAW32 portinmarket2014-07-032-1/+17
| | |_|_|/ | |/| | |
* | | | | doxygen fixJoel Bodenmann2014-07-052-100/+92
| | | | |
* | | | | Frame widget doxygen fixJoel Bodenmann2014-07-041-3/+2
| | | | |
* | | | | fixing doxygen typoJoel Bodenmann2014-07-041-1/+1
|/ / / /
* | / / adding RAW32 to gfxconf.example.hJoel Bodenmann2014-07-021-0/+1
| |/ / |/| |
* | | Use the GFILE_NEED_NOAUTOSYNC for syncing in the write as well.inmarket2014-07-021-1/+3
| | |
* | | checkbox c++ fixJoel Bodenmann2014-06-301-0/+8
| | |
* | | added gfileSync() and autosync featureJoel Bodenmann2014-06-2910-5/+66
| | |
* | | Put back ffconf.h with a default configuration.inmarket2014-06-281-0/+230
| | | | | | | | | | | | | | | User can override by placing a ffconf.h in their project directory. This works as the current directory is always checked for include files before the include path.
* | | ffconf.h is now a template. User has to supply his ownJoel Bodenmann2014-06-281-230/+0
| | |
* | | fatfs updateJoel Bodenmann2014-06-284-5/+6
| | |