Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add multiple display support to GWIN. | inmarket | 2013-10-24 | 23 | -209/+237 |
| | | | | You can now create windows on multiple displays. | ||||
* | Add multiple display support to image decoding. | inmarket | 2013-10-24 | 5 | -72/+75 |
| | |||||
* | Store the display locally within the mouse structure. | inmarket | 2013-10-24 | 2 | -32/+49 |
| | | | | Add ginputGetMouseDisplay() | ||||
* | New: ginputSetMouseDisplay() to allow the mouse to work with a non-default ↵ | inmarket | 2013-10-24 | 2 | -38/+64 |
| | | | | | | | display. Fix: Mouse orientation fixed to match the now corrected GDISP orientation. Comment updates | ||||
* | Bug fix to GDISP API | inmarket | 2013-10-24 | 1 | -1/+1 |
| | |||||
* | GDISP Win32 driver bug fix | inmarket | 2013-10-24 | 1 | -10/+20 |
| | |||||
* | Add initial orientation to the widgets demo. | inmarket | 2013-10-24 | 1 | -0/+4 |
| | |||||
* | Fix invalid return value in gwin/lists.c | inmarket | 2013-10-24 | 1 | -1/+1 |
| | |||||
* | 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). |