aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* wipJoel Bodenmann2013-07-022-5/+44
|
* GLabel work in progressJoel Bodenmann2013-07-014-1/+128
|
* fixed image drawing boundriesJoel Bodenmann2013-07-011-1/+1
|
* small doxygen fixesJoel Bodenmann2013-07-012-4/+2
|
* image doxygen fixJoel Bodenmann2013-07-011-3/+3
|
* image widget first releaseJoel Bodenmann2013-07-014-55/+131
|
* Merge branch 'GWIN' into imageinmarket2013-07-0117-24/+43
|\
| * Merge remote-tracking branch 'origin/GWIN' into GWINinmarket2013-07-012-1/+5
| |\
| * \ Merge branch 'master' into GWINinmarket2013-07-012-1/+22
| |\ \
| | * | Add gdispImageIsOpen() function.inmarket2013-07-012-1/+22
| | | |
| * | | GWIN Init structures are const (read-only to GWIN)inmarket2013-07-0115-23/+21
| | | |
* | | | image widget implementation work in progressJoel Bodenmann2013-07-014-0/+116
| |_|/ |/| |
* | | readme fixJoel Bodenmann2013-07-011-0/+4
| | |
* | | in /demos/modules/gwin/widgets disabled ginput toggle by defaultJoel Bodenmann2013-07-011-1/+1
|/ /
* | Merge remote-tracking branch 'origin/master' into GWINinmarket2013-07-013-4/+4
|\|
| * doxygen fixJoel Bodenmann2013-06-282-2/+2
| |
| * Merge pull request #78 from resset/masterAndrew Hannam2013-06-251-1/+1
| |\ | | | | | | gdisp: fixed bug in line drawing function
| | * gdisp: fixed bug in line drawing functionMateusz Tomaszkiewicz2013-06-261-1/+1
| |/ | | | | | | | | | | | | | | There was a problem when you drew a line from (x0,y0) to (x1,y1) and these points met following conditions: y0 = y1 and x0 > x1. The viewport was set incorrectly to start from (x0,y1) when it should start from (x1,y0) since x1 is lower in this case. (x1,y1) would be also OK since y0 = y1.
| * quick board file fixJoel Bodenmann2013-06-241-1/+1
| |
* | GWIN reduce Initialisation parameters and fix visibility issuesinmarket2013-06-2418-132/+147
| |
* | Merge branch 'master' into GWINinmarket2013-06-2238-95/+1873
|\|
| * one more typo fix...Joel Bodenmann2013-06-221-1/+1
| |
| * typo fixJoel Bodenmann2013-06-221-1/+1
| |
| * Added FT5x06 GINPUT driverJoel Bodenmann2013-06-228-0/+431
| |
| * Added RA8875 GDISP driverJoel Bodenmann2013-06-2211-0/+1264
| |
| * Merge pull request #77 from resset/masterTectu2013-06-2015-38/+33
| |\ | | | | | | Various README updates
| | * Various README updatesMateusz Tomaszkiewicz2013-06-2115-38/+33
| |/ | | | | | | 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.
| * minor fix to GFX license v1.1Joel Bodenmann2013-06-181-1/+1
| |
* | Merge commit 'd8db148a149541f658cc9729785b3694f80e2624' into GWINinmarket2013-06-2271-877/+241
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * GFX license v1.1 updateJoel Bodenmann2013-06-152-855/+185
| |
| * License header updatesinmarket2013-06-15211-412/+401
| |
| * License header fixes to some demos.inmarket2013-06-064-72/+100
| |
* | Updated licenseinmarket2013-06-151-20/+24
| |
* | License header updatesinmarket2013-06-15217-575/+549
| |
* | Clean up GWIN Event assignment. Optimise event efficiency.inmarket2013-06-1025-241/+560
| |
* | Add a simple GWIN window manager, Change the way GWIN visibility worksinmarket2013-06-0822-590/+1230
| |
* | GWIN fixesinmarket2013-06-065-59/+106
| |
* | License fixes to some demosinmarket2013-06-064-72/+100
| |
* | New simplified gwin using a pseudo class structure.inmarket2013-06-0620-1316/+1648
|/
* checkbox cleanupJoel Bodenmann2013-06-042-6/+2
|
* 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
|
* added custom render interface for checkboxesJoel Bodenmann2013-06-032-1/+25
|
* checkbox event fixJoel Bodenmann2013-06-031-1/+2
|
* member state of checkbox is now called isCheckedJoel Bodenmann2013-06-022-9/+9
|