aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge remote-tracking branch 'origin/master' into GDISPStreaminginmarket2013-09-185-0/+428
|\
| * Added ST7565 driver by user sam0737Joel Bodenmann2013-09-155-0/+428
| |
* | GDISP revamp - stage 1inmarket2013-09-062-206/+162
|/ | | | | | | | | | New low level driver interface: Only Win32 ported currently Significant reduction in GDISP stack usage Improved performance particularly for native streaming drivers New circle, ellipse, arc routines (draw and fill) that are significantly more efficient and don't overdraw New arc draw algorithm that measures angles correctly. New arc fill algorithm for that actually works without overdrawing or gaps. Much more to come...
* fixed SSD1306 license headersJoel Bodenmann2013-08-292-2/+2
|
* Added SSD1306 driver by user goeckJoel Bodenmann2013-08-268-0/+1120
|
* added SSD1963 example filesJoel Bodenmann2013-08-032-0/+368
|
* Remove unneeded comment about threading (no longer applies)inmarket2013-07-241-2/+0
|
* fixed OS-X port (untested)Joel Bodenmann2013-07-232-3/+3
|
* RA8875 now GOS compatibleJoel Bodenmann2013-07-221-6/+4
|
* fixed license headersJoel Bodenmann2013-07-2199-99/+99
|
* doxygen updatesJoel Bodenmann2013-07-213-4/+4
|
* cleaned up board file messJoel Bodenmann2013-07-2153-1920/+1209
|
* Remove GDISP_THREAD_CHIBIOS. This is always used now.inmarket2013-07-213-60/+22
|
* RA8875 fixJoel Bodenmann2013-07-202-5/+5
|
* RA8875 changes from v1.7inmarket2013-07-198-570/+135
|
* Merge remote-tracking branch 'origin/master' into GWINinmarket2013-07-012-3/+3
|\
| * doxygen fixJoel Bodenmann2013-06-282-2/+2
| |
| * quick board file fixJoel Bodenmann2013-06-241-1/+1
| |
* | Merge branch 'master' into GWINinmarket2013-06-2235-93/+1869
|\|
| * one more typo fix...Joel Bodenmann2013-06-221-1/+1
| |
| * typo fixJoel Bodenmann2013-06-221-1/+1
| |
| * Added FT5x06 GINPUT driverJoel Bodenmann2013-06-227-0/+430
| |
| * Added RA8875 GDISP driverJoel Bodenmann2013-06-2210-0/+1263
| |
| * Various README updatesMateusz Tomaszkiewicz2013-06-2114-37/+32
| | | | | | | | Changed misleading description.
| * SSD2119: FSMC settings tunedMateusz Tomaszkiewicz2013-06-202-33/+11
| | | | | | | | | | With FSMC BTR timing register settings tuned and DMA on, we get over 10.2 Mpx/s instead of 4.7 Mpx/s.
| * SSD2119: GDISP_USE_FSMC "switch" addedMateusz Tomaszkiewicz2013-06-182-14/+29
| | | | | | | | Enable FSMC functions only when GDISP_USE_FSMC is set.
| * Various readme updateMateusz Tomaszkiewicz2013-06-182-8/+11
| | | | | | | | For GDISP drivers SSD2119 & SSD1289.
| * SSD2119: make use of DMAMateusz Tomaszkiewicz2013-06-182-42/+134
| | | | | | | | | | | | | | | | | | | | This is mostly a copy from Eddie's work posted here: http://forum.chibios.org/phpbb/viewtopic.php?f=11&t=851#p11054 No work was done towards making it work as fast as possible. Tested with: https://github.com/etmatrix/ChibiOS-GFX-Example/blob/master/bench/main.c Results show performance of ~5.34 Mpx/s with use of DMA compared to ~4.78 Mpx/s without.
* | Merge commit 'd8db148a149541f658cc9729785b3694f80e2624' into GWINinmarket2013-06-2228-177/+177
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: demos/applications/mandelbrot/gfxconf.h demos/applications/mandelbrot/main.c demos/applications/notepad/gfxconf.h demos/applications/notepad/main.c demos/benchmarks/gfxconf.h demos/benchmarks/main.c demos/modules/gadc/gfxconf.h demos/modules/gadc/gwinosc.c demos/modules/gadc/gwinosc.h demos/modules/gadc/main.c demos/modules/gaudin/gfxconf.h demos/modules/gaudin/gwinosc.c demos/modules/gaudin/gwinosc.h demos/modules/gaudin/main.c demos/modules/gdisp/gdisp_basics/gfxconf.h demos/modules/gdisp/gdisp_basics/main.c demos/modules/gdisp/gdisp_circles/gfxconf.h demos/modules/gdisp/gdisp_circles/main.c demos/modules/gdisp/gdisp_images/gfxconf.h demos/modules/gdisp/gdisp_images/main.c demos/modules/gdisp/gdisp_images_animated/gfxconf.h demos/modules/gdisp/gdisp_images_animated/main.c demos/modules/gdisp/gdisp_text/gfxconf.h demos/modules/gdisp/gdisp_text/main.c demos/modules/ginput/touch_driver_test/gfxconf.h demos/modules/ginput/touch_driver_test/main.c demos/modules/graph/gfxconf.h demos/modules/graph/main.c demos/modules/gtimer/gfxconf.h demos/modules/gtimer/main.c demos/modules/gwin/basic/gfxconf.h demos/modules/gwin/basic/main.c demos/modules/gwin/console/gfxconf.h demos/modules/gwin/console/main.c demos/modules/gwin/slider/gfxconf.h demos/modules/gwin/slider/main.c demos/modules/tdisp/gfxconf.h demos/modules/tdisp/main.c drivers/gdisp/ILI9320/gdisp_lld_config.h drivers/gdisp/ILI9325/gdisp_lld_config.h drivers/gdisp/Nokia6610GE12/GE12.h drivers/gdisp/Nokia6610GE12/gdisp_lld_board_example.h drivers/gdisp/Nokia6610GE12/gdisp_lld_board_olimexsam7ex256.h drivers/gdisp/Nokia6610GE12/gdisp_lld_config.h drivers/gdisp/Nokia6610GE8/GE8.h drivers/gdisp/Nokia6610GE8/gdisp_lld_board_example.h drivers/gdisp/Nokia6610GE8/gdisp_lld_config.h drivers/gdisp/S6D1121/gdisp_lld_board_example.h drivers/gdisp/S6D1121/gdisp_lld_board_olimex_e407.h drivers/gdisp/S6D1121/gdisp_lld_config.h drivers/gdisp/SSD1289/gdisp_lld_board_example.h drivers/gdisp/SSD1289/gdisp_lld_board_firebullstm32f103.h drivers/gdisp/SSD1289/gdisp_lld_config.h drivers/gdisp/SSD1963/gdisp_lld_board_example_gpio.h drivers/gdisp/TestStub/gdisp_lld_config.h drivers/ginput/toggle/Pal/ginput_lld_toggle_board_example.h drivers/ginput/toggle/Pal/ginput_lld_toggle_config.h drivers/ginput/touch/ADS7843/ginput_lld_mouse_board_example.h drivers/ginput/touch/ADS7843/ginput_lld_mouse_board_firebull_stm32f103.h drivers/ginput/touch/ADS7843/ginput_lld_mouse_board_olimex_stm32_e407.h drivers/ginput/touch/MCU/ginput_lld_mouse_board_example.h drivers/ginput/touch/MCU/ginput_lld_mouse_board_olimex_pic32mx_lcd.h drivers/ginput/touch/STMPE811/ginput_lld_mouse_board_embest_dmstf4bb.h drivers/ginput/touch/STMPE811/ginput_lld_mouse_board_example.h drivers/multiple/Win32/gdisp_lld_config.h drivers/multiple/Win32/ginput_lld_toggle_config.h include/gaudin/options.h include/gaudout/options.h include/ginput/options.h include/gtimer/options.h include/gwin/internal.h license.html
| * License header updatesinmarket2013-06-1590-90/+90
| |
* | License header updatesinmarket2013-06-1590-225/+225
| |
* | Clean up GWIN Event assignment. Optimise event efficiency.inmarket2013-06-102-17/+17
|/
* added new ADS7843 board fileJoel Bodenmann2013-06-041-0/+2
|
* added f4 disovery file for ADS7843Joel Bodenmann2013-06-041-0/+90
|
* SSD1289 update by user EddieJoel Bodenmann2013-06-043-568/+820
|
* Fix license issues and GOS issues in TDISPinmarket2013-06-024-88/+34
|
* GOS updatesinmarket2013-06-022-54/+41
|
* doxygen fixesJoel Bodenmann2013-06-011-1/+1
|
* TDISP updateJoel Bodenmann2013-06-014-91/+197
|
* More GOS module changesinmarket2013-05-261-10/+45
| | | | | GQUEUE as a seperate module GOS changes including basic Win32 O/S support
* GOS module, for operating system independanceinmarket2013-05-2527-137/+95
| | | | | GMISC fast floating point trig GMISC fast fixed point trig
* Added HX8347D driver by the user EddieJoel Bodenmann2013-05-216-0/+908
|
* X driver for GDISP and GINPUT_MOUSEAndrew Hannam2013-05-165-0/+450
|
* TDISP fixesJoel Bodenmann2013-05-151-6/+6
|
* Reinsertion of doxygen headersAndrew Hannam2013-05-066-86/+144
| | | | Reinsertion of doxygen headers that got lost in license change
* updated license headersJoel Bodenmann2013-05-0381-1546/+441
|
* Revert "updated license headers"Joel Bodenmann2013-05-0281-695/+646
| | | | This reverts commit 0a26d9983b6d1deab272ff6dde98f7c77ff2a56c.
* updated license headersJoel Bodenmann2013-05-0281-646/+695
|
* Renamed HVGA_X81 to ILI9481Abhishek Kumar2013-04-308-20/+20
|
* New LLD: HVGA_X81Abhishek Kumar2013-04-307-0/+1143
| | | | | | | | For HVGA : 320 x 480, 16bpp displays, controlled by ILI9481 or compatible controllers. * Pixel readback TODO * Powermodes: Sleep implemented