UPIWIN: Micro Pi Windows Kernel
Go to file
Amy G. Bowersox c899952cb2 added a couple of additional packages to be installed 2021-08-30 21:45:35 -06:00
buildutils fixed code indents and quote marks in text files 2021-08-18 21:46:19 -06:00
docs added a couple of additional packages to be installed 2021-08-30 21:45:35 -06: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 fixed local func definition 2021-08-30 21:42:03 -06:00
.gitignore added resource management code (start of it, anyway) 2021-08-29 18:19:43 -06:00
CODE-OF-CONDUCT.md fixed code indents and quote marks in text files 2021-08-18 21:46:19 -06:00
LICENSE.md fixed code indents and quote marks in text files 2021-08-18 21:46:19 -06:00
Makefile construct the "sysresources.zip" datablock to be bound into the executable 2021-08-29 16:56:38 -06:00
README.md added hardware assembly and OS install documentation; switched splash screen 2021-08-24 23:33:40 -06:00

README.md

UPIWIN - Micro Pi Windows Kernel

Release 0.1 - December 12, 2019

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

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.