aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* doxygen fixJoel Bodenmann2014-12-161-0/+287
|
* Had to revert the new method of orientation support for SSD1306.inmarket2014-12-161-55/+85
| | | | | | | Unfortunately the new method immediately flipped orientation rather than just affecting drawing operations. As both methods can be supported by the hardware/code we always use drawing only orientation support. Updated the new fill routine to match. Also fixed color black bug and moved variable definitions to start of a block as is required by pure C compilers.
* Fix 1 pixel display error in checkbox for text on left rendering.inmarket2014-12-161-1/+13
| | | | Also add better comments to code.
* Merged in ambihelical/ugfx/ssd1306 (pull request #16) Joel Bodenman2014-12-153-49/+87
|\ | | | | Further SSD1306 driver improvements
| * Merge branch 'master' into ssd1306ergosys2014-12-156-77/+216
| |\
| | * Merged Tectu/ugfx into masterambihelical2014-12-156-77/+216
| | |\ | |_|/ |/| |
* | | Split SSD1306 spi board example into 2 files.inmarket2014-12-153-7/+140
|\ \ \ | | | | | | | | | | | | | | | | Revert chibios 3.x use of bool as a base type for bool_t. back to char bool is available on c++ compilers only!!!!
* | | | Updates for the EMBEST board and a small fix to the SSD2119 driver.inmarket2014-12-153-10/+13
| | | |
| | * | Implement "hardware" fillsergosys2014-12-132-0/+41
| | | | | | | | | | | | | | | | | | | | | | | | Implement hardware fills by drawing on the framebuffer. This provides a significant performance boost for filled geometric primitives and a small one for font drawing. Tested at all orientations.
| | * | use gdispColor2Native to get fill colorergosys2014-12-131-1/+1
| | | |
| | * | Partially handle screen rotation using remappingergosys2014-12-132-48/+45
| | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | Use row and column remapping to change either row or column addressing for each orientation. This removes the need to reverse the drawing direction of either x or y in the drawing routines. However in the 90 and 270 case x and y must still be swapped. Also, rename the SSD1306 remapping command names so they are more descriptive.
| | * Merged Tectu/ugfx into masterambihelical2014-12-139-111/+165
| | |\ | | |/ | |/|
| * | Merged in ambihelical/ugfx/ssd1306 (pull request #15) Joel Bodenman2014-12-134-95/+92
|/| | | | | | | | Some improvements to the SSD1306 driver
| * | slightly faster flush and clearergosys2014-12-121-6/+11
| | |
| * | Improve SSD1306 spi exampleergosys2014-12-121-87/+66
| | | | | | | | | | | | | | | | | | | | | Don't acquire bus for every command Use SPI driver to control chip select Use SPI driver start/stop only when bus acquired for lower power usage Throttle SPI speed based on processor clock
| * | add hardware clearergosys2014-12-122-1/+12
| | |
| * | fix GDISP_ROTATE_270 caseergosys2014-12-121-3/+3
| | |
| * | fix bool typedef for latest v3 sourceergosys2014-12-121-1/+1
| | |
| * | add missing bus acquisitionergosys2014-12-121-0/+2
| |/
* | Updates to slider demoinmarket2014-12-132-1/+11
| |
* | Updates to the slider to fix positioning issues.inmarket2014-12-133-15/+62
|/ | | | Also fixes negative ranges, ranges > 65536 and very small ranges.
* updated docs/release.txtJoel Bodenmann2014-12-061-0/+1
|
* Updating .gitignoreJoel Bodenmann2014-12-061-0/+1
|
* Extended slider events. Updated the demo to match.inmarket2014-12-064-67/+149
| | | | Actually reduced code size :)
* Syntax Error Fixinmarket2014-12-041-1/+1
|
* Fixing wrong font name in DejaVuSans20_aa fontJoel Bodenmann2014-11-291-329/+327
|
* Fixing bug in gdispGDrawRoundedBox()Joel Bodenmann2014-11-291-4/+4
|
* More doxygen fixesJoel Bodenmann2014-11-282-4/+4
|
* Doxygen fixesJoel Bodenmann2014-11-281-0/+18
|
* Fixing DoxygenJoel Bodenmann2014-11-281-6/+28
|
* Fixing commentJoel Bodenmann2014-11-281-1/+3
|
* WhitespacesJoel Bodenmann2014-11-281-3/+3
|
* Adding /demos/modules/gos/threads_advancedJoel Bodenmann2014-11-283-0/+147
|
* GOS doxygen fixJoel Bodenmann2014-11-281-2/+2
|
* Fixing doxygen for GOS moduleJoel Bodenmann2014-11-271-7/+14
|
* Cleaning up /demos/modules/gos/threadsJoel Bodenmann2014-11-272-1/+4
| | | | Note: use GFILE print implementations here instead!!
* addings /demos/gos/threadsJoel Bodenmann2014-11-273-0/+122
|
* Doxygen version number fixJoel Bodenmann2014-11-271-2/+2
|
* Doxygen spelling fixesinmarket2014-11-261-7/+7
|
* Doc updates for multiple mouse supportinmarket2014-11-262-0/+15
|
* Fix some extern structure definitions that cause problems with some compilersinmarket2014-11-262-12/+16
|
* Opening development on version 2.3Joel Bodenmann2014-11-231-0/+3
|
* Stable release v2.2Joel Bodenmann2014-11-231-1/+0
|
* Adjusting docs/releases.txt for releaseJoel Bodenmann2014-11-231-1/+1
|
* Removing docs/roadmap.txtJoel Bodenmann2014-11-231-9/+0
|
* Fixed absolute path make problem under windowsinmarket2014-11-231-4/+7
|
* Fixing doxygenJoel Bodenmann2014-11-232-4/+3
|
* Add MatrixFloat2D and MatrixFixed2D operations to GMISC.inmarket2014-11-218-6/+684
| | | | Add polygon demo
* docsJoel Bodenmann2014-11-171-0/+1
|
* Fixing compiler errorJoel Bodenmann2014-11-171-1/+1
|