Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Slight improvement to the precision of the GMISC invsqrt() function. | inmarket | 2013-10-24 | 1 | -1/+1 | |
| | | ||||||
| * | GMISC invsqrt() function. | inmarket | 2013-10-24 | 5 | -30/+98 | |
| | | | | | | | | | | | | | | Fix a 64bit processor bug. Add support for processors where the floating point and integer endianness don't match. Add support for processors with a non-standard floating point format. Update gdisp_streaming demo with extra comments to reflect the above changes. | |||||
| * | Created a crude auto-scaling logo (for startup) | inmarket | 2013-10-24 | 1 | -1/+35 | |
| | | ||||||
| * | Add GDISP_NEED_TIMERFLUSH to enable automatic display flushing on a timer. | inmarket | 2013-10-24 | 4 | -4/+59 | |
| | | ||||||
| * | Updates to SSD1306 driver to raise thread priority during flushing. | inmarket | 2013-10-24 | 3 | -4/+26 | |
| | | ||||||
| * | Fixes to GDISP for streaming drivers. | inmarket | 2013-10-24 | 2 | -4/+6 | |
| | | | | | | | | Turn optimisation back on for SSD1289 driver | |||||
| * | Add functions to the Win32 GDISP driver to enable full testing of the ↵ | inmarket | 2013-10-24 | 2 | -32/+250 | |
| | | | | | | | | streaming driver interface. | |||||
| * | fixed label bugs | Joel Bodenmann | 2013-10-24 | 1 | -2/+3 | |
| | | ||||||
| * | Added gwinLabelSetBorder() | Joel Bodenmann | 2013-10-24 | 3 | -7/+43 | |
| | | ||||||
| * | fixed small bug | Joel Bodenmann | 2013-10-24 | 1 | -1/+1 | |
| | | ||||||
| * | docs | Joel Bodenmann | 2013-10-24 | 1 | -2/+2 | |
| | | ||||||
| * | Added gwinListSetScroll | Joel Bodenmann | 2013-10-24 | 3 | -5/+49 | |
| | | ||||||
| * | Added gwinListGetSelectedText() | Joel Bodenmann | 2013-10-23 | 2 | -0/+25 | |
| | | ||||||
| * | Convert ED060SC4 to new driver format | inmarket | 2013-10-23 | 8 | -417/+551 | |
| | | ||||||
| * | Remove superflous defines | inmarket | 2013-10-23 | 2 | -6/+0 | |
| | | ||||||
| * | Convert ST7565 driver to new driver format. | inmarket | 2013-10-22 | 5 | -314/+328 | |
| | | ||||||
| * | Bug fixes to SSD1306. Orientation in all directions is also now supported. | inmarket | 2013-10-22 | 1 | -20/+59 | |
| | | ||||||
| * | Convert SSD2119 to new driver format | inmarket | 2013-10-22 | 7 | -785/+491 | |
| | | ||||||
| * | Fix typos in drivers | inmarket | 2013-10-22 | 10 | -10/+11 | |
| | | ||||||
| * | Test for SSD 1289 driver bug. | inmarket | 2013-10-22 | 2 | -4/+9 | |
| | | ||||||
| * | Update graph demo so it compiles multi-os direct from a makefile | inmarket | 2013-10-22 | 1 | -3/+3 | |
| | | ||||||
| * | Porting SSD2219 driver - WORK IN PROGRES!!!! | Joel Bodenmann | 2013-10-21 | 1 | -147/+198 | |
| | | ||||||
| * | SSD1289 fixes | Joel Bodenmann | 2013-10-21 | 1 | -3/+3 | |
| | | ||||||
| * | fixes | Joel Bodenmann | 2013-10-21 | 2 | -3/+2 | |
| | | ||||||
| * | Convert SSD1963 driver to new format. | inmarket | 2013-10-21 | 11 | -942/+583 | |
| | | | | | | | | Intergrate the old panel include file into the board file. | |||||
| * | Convert SSD1306 driver to new driver format. | inmarket | 2013-10-21 | 9 | -937/+520 | |
| | | | | | | | | This driver requires the new flush operation. | |||||
| * | Fix a bug in Contrast handling in the Nokia drivers | inmarket | 2013-10-21 | 2 | -4/+4 | |
| | | ||||||
| * | Comment fixes. | inmarket | 2013-10-21 | 19 | -19/+19 | |
| | | ||||||
| * | Add support for a driver private area (as well as a board private area) | inmarket | 2013-10-21 | 25 | -49/+90 | |
| | | ||||||
| * | Fix missing case in gdispStreamStop(). | inmarket | 2013-10-21 | 9 | -148/+194 | |
| | | | | | | | | | | Add support for controllers that need flushing. Add both automatic and manual flushing (via the gdispFlush() method) | |||||
| * | increased default stack size of the GTimer thread | Joel Bodenmann | 2013-10-21 | 2 | -2/+2 | |
| | | ||||||
| * | doxygen fix | Joel Bodenmann | 2013-10-21 | 1 | -1/+3 | |
| | | ||||||
| * | compiler warnings | Joel Bodenmann | 2013-10-21 | 2 | -1/+3 | |
| | | ||||||
| * | removed ChibiOS/RT path reference (Thanks to Steffanx) | Joel Bodenmann | 2013-10-21 | 1 | -5/+0 | |
| | | ||||||
| * | fixed wrong macro | Joel Bodenmann | 2013-10-20 | 1 | -1/+1 | |
| | | ||||||
| * | Convert S6D1121 driver to new format | inmarket | 2013-10-19 | 7 | -626/+448 | |
| | | ||||||
| * | Fix White spacing | inmarket | 2013-10-19 | 1 | -1/+1 | |
| | | ||||||
| * | Converted TestStub driver to new format. | inmarket | 2013-10-19 | 3 | -93/+26 | |
| | | ||||||
| * | Convert Nokia6610GE8 driver to the new format. | inmarket | 2013-10-19 | 7 | -527/+464 | |
| | | ||||||
| * | Small fix to the Nokia6610GE12 driver | inmarket | 2013-10-19 | 2 | -43/+9 | |
| | | ||||||
| * | Convert Nokia6610GE12 driver to new format. | inmarket | 2013-10-19 | 5 | -353/+343 | |
| | | ||||||
| * | Change to gdisp low level driver API. Display number is now in the GDriver ↵ | inmarket | 2013-10-19 | 24 | -106/+84 | |
| | | | | | | | | structure (It was required for a Nokia driver). | |||||
| * | Convert driver ILI9481 to new format | inmarket | 2013-10-18 | 7 | -406/+392 | |
| | | ||||||
| * | Fix doxygen comments. | inmarket | 2013-10-18 | 2 | -4/+2 | |
| | | ||||||
| * | Convert ILI9325 driver to new format | inmarket | 2013-10-18 | 7 | -397/+429 | |
| | | ||||||
| * | Remove incorrect comment. | inmarket | 2013-10-18 | 1 | -3/+0 | |
| | | ||||||
| * | Bug fix ILI9320 driver | inmarket | 2013-10-18 | 1 | -1/+1 | |
| | | ||||||
| * | Convert ILI9320 driver to new format | inmarket | 2013-10-18 | 9 | -426/+558 | |
| | | ||||||
| * | Changed board_XXXX_template.h so that it can be directly copied to ↵ | inmarket | 2013-10-18 | 2 | -18/+40 | |
| | | | | | | | | board_XXXX.h in the project directory and it will compile with stub functions. | |||||
| * | Fix compile error | inmarket | 2013-10-18 | 1 | -1/+1 | |
| | |