UPIWIN: Micro Pi Windows Kernel
Go to file
Amy G. Bowersox 7fa9381b17 Merge branch 'hackathon-dev' of amy/upiwin into develop
This is the code as of the state of the demo.
2019-12-12 13:56:11 -07:00
buildutils The code has to be GPL'd, because the license of the BCM2835 library requires 2019-12-12 09:24:58 -07:00
docs/templates The code has to be GPL'd, because the license of the BCM2835 library requires 2019-12-12 09:24:58 -07:00
resources add the undo and clear commands with their icons 2019-12-11 15:52:49 -07:00
scripts The code has to be GPL'd, because the license of the BCM2835 library requires 2019-12-12 09:24:58 -07:00
src The code has to be GPL'd, because the license of the BCM2835 library requires 2019-12-12 09:24:58 -07:00
.gitignore fixed up the makefile and the symbol references in fbinit.c 2019-12-06 20:51:41 -07:00
CODE-OF-CONDUCT.md And, since we have to include a license, we should include the official 2019-12-12 09:33:31 -07:00
LICENSE.md The code has to be GPL'd, because the license of the BCM2835 library requires 2019-12-12 09:24:58 -07:00
Makefile The code has to be GPL'd, because the license of the BCM2835 library requires 2019-12-12 09:24:58 -07:00
README.md and give VMW/CB a grateful acknowledgement in the README 2019-12-12 09:37:31 -07:00

README.md

UPIWIN - Micro Pi Windows Kernel

This project involves the development of a framework for running self-contained applications in Python on a Raspberry Pi with LCD graphical output and touchscreen input. The ultimate goal is to produce a framework which is flexible enough to serve any number of “appliance” needs, by using different Python scripts over the same native-code substrate, deployed on an inexpensive embedded platform.

Hardware requirements

  • Raspberry Pi 3 with PiTFT touchscreen (Adafruit product ID 2423)

Acknowledgements

A good portion of this code was written during the VMware Carbon Black Hackathon 3.3, December 6-13 2019. Grateful acknowledgement is provided to VMware Carbon Black for the time to accomplish this coding.