On 5/20/2015 3:54 AM, Howard Spink wrote:
Thanks for your help. I want the python to run automatically after
boot and show a blank white screen,

This part if for a RasPy group.

when a combination of GP10 inputs
are HIGH python displays one of 150 JPEGS. Is this possible?

Number the n inputs 0 to n-1. Give input i the 'value' of 2**i. Sum the values of the hi inputs to get an integer. (Actually, flip the corresponding bits of an int that starts at 0). Create a list jpeg of jpegs, so that jpeg[k] is the jpeg to display when the corresponding set of inputs are high.

> what sort of boot times can I get with Arch?

Back to RasPy.

--
Terry Jan Reedy

--
https://mail.python.org/mailman/listinfo/python-list

Reply via email to