14 Commits

Author SHA1 Message Date
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
Amy Bowersox
0dce80f1e3 lengthen the click time 2019-12-11 12:33:18 -07:00
Amy Bowersox
65999084c4 added "click" events for both buttons and touch 2019-12-11 11:32:19 -07:00
Amy Bowersox
cc00d7a5ef changed the splash screen and added a test to make sure we run as root 2019-12-09 10:14:20 -07:00
2cfb92d97b fixed compile and runtime errors 2019-12-07 22:09:27 -07:00
aa94d80145 ready to try executing actual Python within UPIWIN 2019-12-07 22:05:31 -07:00
79bb9552da adding the embedded Python init/terminate code 2019-12-07 19:43:45 -07:00
7e098aa63a added more documentation 2019-12-07 13:07:59 -07:00
dfe9991496 implemented the touchscreen device events 2019-12-07 00:46:27 -07:00
0dc56d49e5 added the ASSERT and VERIFY macros to logging to help detect problems 2019-12-06 23:46:21 -07:00
82ca8371e6 fixed compile errors and a segfault on exit 2019-12-06 23:34:34 -07:00
cfc067786a fixed compile errors and makefile error omitting config.o 2019-12-06 22:45:01 -07:00
dde3bda516 added command line parsing for options 2019-12-06 22:37:20 -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