14 Commits

Author SHA1 Message Date
42d88749a0 need extra cast 2021-08-29 22:25:32 -06:00
c30d15742c frame buffer init now reads splash screen data from resources 2021-08-29 22:24:37 -06:00
a0993bceca fixed code indents and quote marks in text files 2021-08-18 21:46:19 -06:00
Amy Bowersox
d1369964d7 The code has to be GPL'd, because the license of the BCM2835 library requires
it.  Add the license document and the header on all source files.
2019-12-12 09:24:58 -07:00
7e098aa63a added more documentation 2019-12-07 13:07:59 -07:00
e2946fc714 added global configuration data block and our own "atexit" type mechanism
that doesn't depend on enough free slots in the C library
2019-12-06 22:08:34 -07:00
15d85ce2eb compile errors fixed 2019-12-06 21:15:44 -07:00
2663de9d42 code to actually display the splash screen 2019-12-06 20:57:44 -07:00
6538ddeb53 fixed up the makefile and the symbol references in fbinit.c 2019-12-06 20:51:41 -07:00
374f1d78eb added the rules to create the splash screen data and the external
references to the binary data
2019-12-06 20:41:26 -07:00
09f4b5ceb5 adapted code to use the wintype.h types and the error codes 2019-12-05 18:21:37 -07:00
58ef012d44 add the framebuffer info, mapping the frame buffer, and actually putting
something on screen
2019-12-01 19:39:14 -07:00
cde4022da2 compilation fixes 2019-12-01 19:20:04 -07:00
3595dfdbbd add framebuffer initialization 2019-12-01 18:53:54 -07:00