Display-o-Tron 3000 Driver
Project description
dot3k
=====
Hardware Requirements
---------------------
You'll need to enable spi.
sudo raspi-config
Then head into Advanced Options -> SPI -> Yes.
And i2c.
sudo vim /etc/modprobe.d/raspi-blacklist.conf
And comment out ( place a # before ):
blacklist i2c-bcm2708
Reboot to make these changes take effect.
Software Requirements
---------------------
Next you should install python-smbus and python-dev via apt:
sudo apt-get install python-smbus python-dev
And pip, if you don't have it:
sudo apt-get install python-pip
Then install st7036 and sn3218 using pip:
sudo pip install st7036 sn3218
Usage
=====
LCD
---
import dot3k.lcd as lcd
lcd.write('Hello World!')
Backlight
---------
import dot3k.backlight as backlight
backlight.sweep(0.5)
backlight.update()
Joystick
--------
import dot3k.joystick as joystick
@joystick.on(joystick.UP)
def handle_joystick_up(pin):
print("Joystick up!")
Changelog
---------
1.4
---
* Bugfix of menu.py line-endings
* Attempt to fix joystick.repeat to prevent multiple repeats firing at once
1.3
---
* Removed plugins from dot3k.menu into examples/plugins folder
1.2
---
* Breaking changes with plugin compatibility vs version 1.1
* Many fixes to redraw calls
* Plugin redraw method is now passed the "menu" instance
1.1
---
* Fix for joystick on Rev 1 Pi
1.0dev
------
* Initial Release
=====
Hardware Requirements
---------------------
You'll need to enable spi.
sudo raspi-config
Then head into Advanced Options -> SPI -> Yes.
And i2c.
sudo vim /etc/modprobe.d/raspi-blacklist.conf
And comment out ( place a # before ):
blacklist i2c-bcm2708
Reboot to make these changes take effect.
Software Requirements
---------------------
Next you should install python-smbus and python-dev via apt:
sudo apt-get install python-smbus python-dev
And pip, if you don't have it:
sudo apt-get install python-pip
Then install st7036 and sn3218 using pip:
sudo pip install st7036 sn3218
Usage
=====
LCD
---
import dot3k.lcd as lcd
lcd.write('Hello World!')
Backlight
---------
import dot3k.backlight as backlight
backlight.sweep(0.5)
backlight.update()
Joystick
--------
import dot3k.joystick as joystick
@joystick.on(joystick.UP)
def handle_joystick_up(pin):
print("Joystick up!")
Changelog
---------
1.4
---
* Bugfix of menu.py line-endings
* Attempt to fix joystick.repeat to prevent multiple repeats firing at once
1.3
---
* Removed plugins from dot3k.menu into examples/plugins folder
1.2
---
* Breaking changes with plugin compatibility vs version 1.1
* Many fixes to redraw calls
* Plugin redraw method is now passed the "menu" instance
1.1
---
* Fix for joystick on Rev 1 Pi
1.0dev
------
* Initial Release
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
dot3k-1.4.tar.gz
(9.7 kB
view details)
File details
Details for the file dot3k-1.4.tar.gz
.
File metadata
- Download URL: dot3k-1.4.tar.gz
- Upload date:
- Size: 9.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 443e0057ebf71823ea9f2cf8841bd290f067425e9441d9f036cee746a9a29420 |
|
MD5 | 872cdd6d27aa7387415a75155f5d38cc |
|
BLAKE2b-256 | aa02d636f989f55c050d4ffc1b4e62cefb9a08707ae6903977d7bda5b983e3d3 |