pimoroni / displayotron

Libraries and examples for the Display-o-Tron 3000 and Display-o-Tron HAT

Home Page:https://shop.pimoroni.com/products/display-o-tron-hat

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Display-o-Tron 3000

Library and examples for the Display-o-Tron HAT (DotHAT) and Display-o-Tron 3000 (Dot3K) Raspberry Pi add-on boards from Pimoroni.

Using Python?

We've created a super-easy installation script that will install all pre-requisites and get your Display-o-Tron up and running in a jiffy. To run it fire up Terminal which you'll find in Menu -> Accessories -> Terminal on your Raspberry Pi desktop like so:

Finding the terminal

In the new terminal window type:

curl -sS get.pimoroni.com/displayotron | bash

If you choose to download examples you'll find them in /home/pi/Pimoroni/displayotron, but you can also check out the Basic and Advanced examples for both DotHAT and Dot3k in: examples

We've also created a full function reference.

Checking which Display-o-Tron product you have

Make sure you run the right examples for your product, if you've got a Display-o-Tron 3000 you should be using the examples in /home/pi/Pimoroni/displayotron/dot3k and if you have a Display-o-Tron HAT you should be using the ones in /home/pi/Pimoroni/displayotron/dothat*

The Display-o-Tron HAT looks like this: Display-o-Tron HAT image

The Display-o-Tron 3000 looks like this: Display-o-Tron 3000 image

Documentation & Support

Other Languages

Resources

Credits

About

Libraries and examples for the Display-o-Tron 3000 and Display-o-Tron HAT

https://shop.pimoroni.com/products/display-o-tron-hat

License:MIT License


Languages

Language:Python 75.4%Language:Makefile 11.5%Language:Shell 10.1%Language:HTML 1.6%Language:CSS 1.4%