aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix color macrosTibo Clausen2018-09-271-3/+3
|
* Added type gThread to replace V2.x gfxThreadHandleinmarket2018-07-0834-76/+78
|
* gThreadpriorityLow/Normal/High to replace LOW_/NORMAL_/HIGH_PRIORITYinmarket2018-07-0830-67/+70
|
* gDelayNone/gDelayForever to replace TIME_IMMEDIATE/TIME_INFINITEinmarket2018-07-0865-167/+170
|
* Added type gDelay to replace V2.x delaytime_tinmarket2018-07-0863-349/+360
| | | | | | Added type gTicks to replace V2.x systemticks_t Added type gThreadreturn to replace V2.x threadreturn_t Added type gThreadpriority to replace V2.x threadpriority_t
* Added type gColorformat to replace V2.x colorformatinmarket2018-07-083-1/+3
|
* Added type gOrientation to replace V2.x orientation_t, and values ↵inmarket2018-07-0868-737/+745
| | | | gOrientationX replace GDISP_ROTATE_X
* Added macros JUSTIFYMASK_HORIZONTAL, JUSTIFYMASK_VERTICAL to replace macros ↵inmarket2018-07-083-10/+13
| | | | JUSTIFYMASK_LEFTRIGHT, JUSTIFYMASK_TOPBOTTOM
* Added type gFont to replace V2.x font_tinmarket2018-07-0833-74/+76
|
* Added type gFontmetric to replace V2.x fontmetric_t, and values gFontXXX ↵inmarket2018-07-0812-51/+61
| | | | replace fontXXX
* Added type gJustify to replace V2.x justify_t, and values gJustifyXXX ↵inmarket2018-07-0830-122/+134
| | | | replace justifyXXX
* Correct V2 powermode macrosinmarket2018-07-081-4/+4
|
* Added type gPowermode to replace V2.x powermode_t, and values gPowerXXX ↵inmarket2018-07-0860-330/+336
| | | | replace powerXXX
* Change color_t to gColorinmarket2018-07-0881-261/+263
|
* Change pixel_t to gPixelinmarket2018-07-0822-56/+58
|
* Change coord_t to gCoordinmarket2018-07-08111-562/+564
|
* Change point and point_t to gPointinmarket2018-07-0817-45/+49
|
* Fix some missing gBool conversionsinmarket2018-07-083-5/+9
|
* Another ChibiOS V5 fixinmarket2018-07-081-1/+5
|
* Added WS29EPD driver by cpu20 for the WaveShare E-Paper displayinmarket2018-07-077-0/+395
|
* Add support for ChibiOS V5 - Thanks Vrolleiinmarket2018-07-074-30/+38
|
* Added new type definitions - moving towards V3.0inmarket2018-06-23343-4405/+4006
|
* Merge branch 'master' of Steffen/uGFX into masterinmarket2018-06-233-1/+59
|\
| * Added missing check for GDISP_NEED_CIRCLESteffen Schroeter2018-01-232-10/+14
| |
| * Add keyboard input to radio widgetSteffen Schroeter2018-01-193-1/+55
| |
* | Merge branch 'ST7735_128x128' of kapacuk/uGFX into masterinmarket2018-06-231-18/+35
|\ \
| * | Added support for 1.44" board (128x128)kapacuk2018-06-201-18/+35
| | | | | | | | | | | | | | | ST7735_TYPE_R and ST7735_TYPE_B macros are deprecated (but supported for backward compatibility). Instead, ST7735_TYPE should be set to one of BOARD_TYPE_B, BOARD_TYPE_R, or BOARD_TYPE_R144
* | | Merge branch 'ST7735_fixes' of kapacuk/uGFX into masterJoel Bodenmann2018-06-201-3/+3
|\| |
| * | A few minor fixes to be able to compile it on Linux with the latest GCCkapacuk2018-06-201-3/+3
|/ / | | | | | | | | | | - Added missing semicolon to the definition of write_data_repeat; - Added missing parameter to release_bus() call - Changed #include to use the lowercase file name
* | Fix UC1610 driver private area initialisationinmarket2018-04-032-3/+10
| |
* | Merge remote-tracking branch 'origin/master'inmarket2018-03-101-0/+1
|\ \
| * | Updating changelogJoel Bodenmann2018-03-101-0/+1
| | |
* | | Merge remote-tracking branch 'origin/master'inmarket2018-03-105-1/+18
|\| |
| * | C comment styleThomas Sterren2018-03-061-1/+1
| | |
| * | Got stuck in here with a source font file generated out of `arial` size 48Thomas Sterren2018-03-061-0/+7
| | |
| * | Typo in mcufontencoder helpThomas Sterren2018-03-061-1/+1
| | |
| * | Added clone() method to DataFile classThomas Sterren2018-03-061-0/+2
| | |
| * | Tab to spacesThomas Sterren2018-03-061-1/+1
| | |
| * | Merge branch 'master' of https://git.ugfx.io/uGFX/uGFXThomas Sterren2018-03-06295-2625/+2724
| |\ \
| * | | Compiler satisfactionThomas Sterren2018-02-201-0/+1
| | | |
| * | | _gosPostInit() needs to be in CThomas Sterren2018-02-201-0/+1
| | | |
| * | | Defined gfxRealloc() for GFX_USE_OS_QTThomas Sterren2018-02-202-0/+6
| | |/ | |/|
* | | Change new colors to GFX_RED instead of GFXRED. Use the new color defsinmarket2018-03-10108-416/+450
| |/ |/|
* | First set of V3 macro changesinmarket2018-02-27293-2601/+2665
| |
* | Fixing issue in RTX5/CMSIS2 portJoel Bodenmann2018-02-262-1/+2
| |
* | Added support for specifying calibration fonts and textinmarket2018-02-243-6/+36
| |
* | Updates to standard STM32LTDC based boards to ensure the LTDC clock is fully ↵inmarket2018-02-244-12/+16
| | | | | | | | operational before continuing
* | Fix for ST7735 driverinmarket2018-02-241-5/+5
|/
* Support negative baseline_x in a font.inmarket2018-01-092-19/+17
|
* Fix for wordwrapping when there is a space then a newlineinmarket2018-01-051-38/+42
|