mybook4 / DigisparkSketches

Some digispark(pro) sketches
GNU General Public License v2.0
20 stars 3 forks source link

LCD readout? #2

Open Chris230291 opened 8 years ago

Chris230291 commented 8 years ago

Hello. Would it be possible to add an LCD readout to the Digispark pro that displays what profile is currently loaded, as well as which output setting is selected? I see lots of cheap 16x2 LCD displays readily available.

I've not got a background in this kind of stuff so if you could let me know if this is something that could be achieved I would be grateful. It would save me a lot of time trying to learn something that may not be possible.

Thanks for putting the time into this. Appears to be a more practical solution to the Pi

Chris.

mybook4 commented 8 years ago

Hi, sorry for the delay. Yeah, you could add an LCD screen, but an i2c version would be preferable (since there not many pins available on the Digispark Pro. The most difficult part is fitting it all neatly on the GBS. There would need to be code changes during each action to print out to the display. Nothing too crazy.