Commit Graph

2360 Commits (dc4f706132dce07c6a394446157c6a46f5fd3c71)

Author SHA1 Message Date
inmarket 27d7c68dd7 Update more Makefiles 2014-09-26 17:28:43 +10:00
inmarket b42a2098eb Change to GDriver to support an initialisation parameter 2014-09-26 16:35:34 +10:00
inmarket ff28a0aa37 Reorder initialisation to ensure gwin is initialised last 2014-09-26 16:35:16 +10:00
inmarket 9db9255bad Makefile: Add support for -
- ..'s in the source path
- USER_LISTINGS to control whether listings are generated
- dependancy directory now a MACRO
- support for Code::Blocks make targets
2014-09-26 16:35:00 +10:00
inmarket a18511cdc1 doco 2014-09-26 16:34:29 +10:00
inmarket 19e2e7a60c Win32 mouse ported to new mouse driver format 2014-09-26 16:32:34 +10:00
inmarket 174e60c76d GINPUT mouse updated - first working version of newmouse.
Note: drivers to be ported.
Note: not tested well yet.
2014-09-26 16:32:00 +10:00
inmarket e7bc175ca0 Demos updated to remove now deprecated function gwinAttachMouse 2014-09-26 16:30:53 +10:00
inmarket 72d04f891b Change to GDriver to support an initialisation parameter 2014-09-26 16:29:52 +10:00
inmarket 8b1666e72f Reorder initialisation to ensure gwin is initialised last 2014-09-26 16:28:26 +10:00
inmarket 8410c8c8b5 Makefile: Add support for -
- ..'s in the source path
- USER_LISTINGS to control whether listings are generated
- dependancy directory now a MACRO
- support for Code::Blocks make targets
2014-09-26 16:27:34 +10:00
inmarket 0e73d65e58 Additional GDriver call 2014-09-25 17:45:14 +10:00
inmarket 9f720b1f12 C decls on GDISP functions 2014-09-25 17:45:03 +10:00
inmarket 4886403bc6 Expose the GDISP_STARTUP_COLOR setting for the initial color of displays 2014-09-25 17:44:50 +10:00
inmarket 10dc968427 New mouse updates. Just need a driver now. 2014-09-25 17:44:16 +10:00
inmarket 33200c1a97 Additional GDriver call 2014-09-25 17:43:43 +10:00
inmarket 6b9ff5de2a C decls on GDISP functions 2014-09-25 17:43:05 +10:00
inmarket 5ee4290941 Expose the GDISP_STARTUP_COLOR setting for the initial color of displays 2014-09-25 17:42:11 +10:00
inmarket 32eb6ff830 Merge branch 'master' into newmouse 2014-09-17 09:47:48 +10:00
inmarket 6e265c80d2 Remove compile warning. 2014-09-17 09:34:24 +10:00
inmarket 3a520359a0 GDISP updates to match previous GDRIVER and multiple display updates 2014-09-17 09:34:08 +10:00
inmarket 16fbcdc0b5 Convert GDRIVER instance numbers to unsigned. 2014-09-17 09:33:07 +10:00
inmarket c28c4645c0 FATFS and PETITFS compile error fix (caused by prior file renaming). 2014-09-17 09:32:09 +10:00
inmarket 036ad5d3dd SImplify the options for multiple displays.
This will also be more compatible with newmouse infrastructure
2014-09-17 08:45:40 +10:00
inmarket 7f8e1a7dea Create a readme for the gdisp drivers directory listing what hardware each driver can drive. 2014-09-17 08:45:24 +10:00
inmarket 90d4fe404d Clean up demo gfxconf.h files that incorrectly specify every option. 2014-09-17 08:45:06 +10:00
inmarket 676c416a9b More newmouse updates 2014-09-17 08:44:31 +10:00
inmarket b5c3f3f4f8 Create a readme for the gdisp drivers directory listing what hardware each driver can drive. 2014-09-17 08:44:14 +10:00
inmarket ffa03cb570 SImplify the options for multiple displays.
This will also be more compatible with newmouse infrastructure
2014-09-17 08:43:11 +10:00
inmarket e586459a24 Clean up demo gfxconf.h files that incorrectly specify every option. 2014-09-17 08:41:34 +10:00
inmarket 5b16c0d3d2 Readme for integration with yaffs2 (coming soon) 2014-09-16 10:07:56 +10:00
inmarket 6f8845e86c More mouse updates - not working yet. 2014-09-16 10:06:59 +10:00
inmarket eaf1909c56 Readme for integration with yaffs2 (coming soon) 2014-09-16 10:06:16 +10:00
inmarket 3ff91d0c38 Merge branch 'master' into newmouse 2014-09-13 14:57:28 +10:00
inmarket a0ed314840 Update release information 2014-09-13 14:54:17 +10:00
inmarket 683ac0ab7f Fixes to gdriver to make uGFXnet displays work 2014-09-13 14:50:32 +10:00
inmarket e758a60b10 Merge branch 'gdriver' into newmouse 2014-08-23 17:56:23 +10:00
inmarket 0c7c74112e GDRIVER now working for GDISP including multiple displays.
Still uses old GDISP driver model for now
Untested with uGFXnet.
Still to come: Input drivers etc
2014-08-23 17:55:42 +10:00
inmarket 339150c55f New gdriver module. 2014-08-23 13:02:58 +10:00
inmarket 301a09c0c5 gfxconf.example.h multiple display options were in the wrong place. 2014-08-23 13:00:51 +10:00
inmarket 8c953378ca Doco updates 2014-08-23 13:00:10 +10:00
inmarket 1a495f3013 Rename all driver makefiles to driver.mk 2014-08-22 18:20:02 +10:00
Joel Bodenmann 0fa640f1ed Merge branch 'master' of bitbucket.org:Tectu/ugfx 2014-08-21 18:34:59 +02:00
Joel Bodenmann 7c791f2a92 board file compiler warning 2014-08-21 18:33:07 +02:00
inmarket 117e195354 Update to the SPFD54124B gdisp driver.
Added an example board file for it to the boards/addons/gdisp directory
2014-08-21 09:11:10 +10:00
inmarket d1217112a4 Fix frame window logic bug and compile bug 2014-08-21 08:11:27 +10:00
inmarket fbc9ce3a45 Update gl3d demos so they run on real hardware (STMF407VGT6). Basically reduce the zbuffer size. 2014-08-20 22:52:40 +10:00
inmarket 2b47a07086 Merge branch 'master' into newmouse 2014-08-20 17:44:40 +10:00
inmarket 0f3f8f68f8 Rename lots of files to help prevent compile time name conflicts. 2014-08-20 17:42:53 +10:00
inmarket fcbb66a939 Add gl3d gears demo 2014-08-20 13:55:17 +10:00