Commit graph

250 commits

Author SHA1 Message Date
Adam Greenwood-Byrne
ca88bcaa0b Added warning about firmware regression to part10-multicore 2021-08-30 15:36:40 +01:00
isometimes
5c5fb1493e Fixed nostartfiles issue with Makefile.gcc* as ld no longer ignores erroneous arguments 2021-08-27 11:56:23 +01:00
Adam Greenwood-Byrne
714500b919 Update CNAME 2021-08-25 22:27:09 +01:00
Adam Greenwood-Byrne
b2f2ac8e14 Create CNAME 2021-08-25 22:24:31 +01:00
Adam Greenwood-Byrne
3aafedfc88 Delete CNAME 2021-08-25 22:07:58 +01:00
Adam Greenwood-Byrne
8ca4b6c225 Create CNAME 2021-08-25 22:07:26 +01:00
Adam Greenwood-Byrne
21a0c97160 Delete CNAME 2021-08-25 22:00:59 +01:00
Adam Greenwood-Byrne
7fa911bd60 Create CNAME 2021-08-25 21:59:11 +01:00
Adam Greenwood-Byrne
a251f7dfd8 Delete CNAME 2021-08-25 21:57:14 +01:00
Adam Greenwood-Byrne
68c3943784 Create CNAME 2021-08-25 21:56:44 +01:00
Adam Greenwood-Byrne
fa556d8a89 Delete CNAME 2021-08-25 21:56:30 +01:00
Adam Greenwood-Byrne
d15958c6d9 Update CNAME 2021-08-25 21:52:10 +01:00
Adam Greenwood-Byrne
0030fee9d1 Update CNAME 2021-08-25 21:50:58 +01:00
Adam Greenwood-Byrne
86a74b581f Create CNAME 2021-08-25 21:35:55 +01:00
Adam Greenwood-Byrne
13524e087c Updated docs for clarity 2021-05-13 12:10:36 +01:00
Adam Greenwood-Byrne
e62142f516 Added a note about building a cross-compiler from source, with a link 2021-05-13 12:07:17 +01:00
Adam Greenwood-Byrne
53659fa2d1 Updated README to link to RPi build instructions 2021-05-11 18:26:20 +01:00
Adam Greenwood-Byrne
cab823fc5f Updated direct build tutorial 2021-05-11 18:23:26 +01:00
Adam Greenwood-Byrne
06e7cc5ebf Added tutorial on building directly on the RPi4 2021-05-11 18:20:38 +01:00
Adam Greenwood-Byrne
2b6a9c9425 Removed .wfn files 2021-04-21 11:18:41 +01:00
Adam Greenwood-Byrne
ff5746c230 Repurposed samples/wgt41.c to demo printf functionality 2021-04-21 11:17:22 +01:00
Adam Greenwood-Byrne
6be60a6de4 Zero buffer in wgtprintf properly 2021-04-19 18:30:07 +01:00
Adam Greenwood-Byrne
1d0e1717b3 Added the font binaries into the Makefile - samples/wgt41.c still a work in progress 2021-04-18 19:44:52 +01:00
Adam Greenwood-Byrne
6f2d5352b1 Added printf functionality in wgtprn.c, exercised in samples/wgt41.c 2021-04-18 00:27:09 +01:00
Adam Greenwood-Byrne
aacc63d586 Added examples/wgt39.c - mouse trails 2021-04-17 21:40:09 +01:00
Adam Greenwood-Byrne
88e258e685 Added template to samples directory for ease of development 2021-04-17 21:24:59 +01:00
Adam Greenwood-Byrne
e7af63ed34 Fixed palette index issue with wxor.c 2021-04-17 21:18:30 +01:00
Adam Greenwood-Byrne
32f99ca5d9 Added samples/wgt36.c and wgt/wxor.c 2021-04-16 20:28:59 +01:00
Adam Greenwood-Byrne
1147917580 Added samples/wgt15.c and samples/wgt16.c 2021-04-07 19:48:53 +01:00
Adam Greenwood-Byrne
74e4fb6f87 Doc changes 2021-03-31 09:05:49 +01:00
Adam Greenwood-Byrne
8d7e98b282 Doc changes 2021-03-31 09:02:54 +01:00
Adam Greenwood-Byrne
d2c5a6562e Updated the part12 explainer 2021-03-30 22:21:53 +01:00
Adam Greenwood-Byrne
f20210526b Added simple iOS controller to emulate 2-button mouse, and examples/wgt23.c 2021-03-30 22:18:58 +01:00
Adam Greenwood-Byrne
a748a257ab Added link to part12 from part11 2021-03-28 17:32:36 +01:00
Adam Greenwood-Byrne
7868ad3344 Fixed some typos in part12 write-up 2021-03-28 17:31:03 +01:00
Adam Greenwood-Byrne
70e8d13c9f Added an intro write-up to part12 2021-03-28 17:27:08 +01:00
Adam Greenwood-Byrne
50a3b2fb7a Got mouse coords working with iOS peripheral 2021-03-28 16:57:45 +01:00
Adam Greenwood-Byrne
2c10af666b Getting mouse library to work with iOS BLE peripheral/controller 2021-03-26 22:28:41 +00:00
Adam Greenwood-Byrne
3a86c5975b Restructured the codebase for a bit more clarity 2021-03-25 09:20:48 +00:00
Adam Greenwood-Byrne
e16f968790 Updated some examples to use new mouse button functionality 2021-03-24 21:20:53 +00:00
Adam Greenwood-Byrne
a0af1dc10a Finished Space Invaders example game in example/wgt20.c 2021-03-24 21:06:32 +00:00
Adam Greenwood-Byrne
0e26f488f6 Fixed a bug in wflipb.c, exercsied in examples/wgt19.c 2021-03-24 17:28:54 +00:00
Adam Greenwood-Byrne
b4b1195a0b Added mouse support to examples/wgt22.c and examples/wgt60.c 2021-03-23 21:48:50 +00:00
Adam Greenwood-Byrne
d9a0eaa864 examples/wgt18.c working with full mouse movement 2021-03-23 21:07:28 +00:00
Adam Greenwood-Byrne
95f7cc8baf Added mouse.c and examples/wgt18.c to exercise it 2021-03-23 16:39:06 +00:00
Adam Greenwood-Byrne
250fca0493 Added examples/wgt60.c - a new Breakout... still needs mouse input to be implemented though 2021-03-21 00:09:56 +00:00
Adam Greenwood-Byrne
dbd327f7c6 Added another sprite library demo in examples/wgt25.c 2021-03-20 21:02:20 +00:00
Adam Greenwood-Byrne
cb35371aa1 Added wspr.c and examples/wgt22.c to exercise the new sprite library 2021-03-20 20:50:40 +00:00
Adam Greenwood-Byrne
4ca24f9693 Added wgt45.c to load space.spr sprites and display them 2021-03-20 16:36:08 +00:00
Adam Greenwood-Byrne
c6033ac356 Added examples/wgt46.c to exercise whline() 2021-03-19 20:11:03 +00:00