From cd453f0839207f3b39e5a15aab428277fcf05260 Mon Sep 17 00:00:00 2001 From: Amy Bowersox Date: Thu, 12 Dec 2019 09:37:31 -0700 Subject: [PATCH] and give VMW/CB a grateful acknowledgement in the README --- README.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 22e1f59..357eabc 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,15 @@ # UPIWIN - Micro Pi Windows Kernel -Requirements: -- Raspberry Pi 3 with PiTFT touchscreen +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.