Skip to content

Instantly share code, notes, and snippets.

@ver007
ver007 / nokiaLCDSPI.py
Created August 6, 2021 13:32 — forked from Ardakilic/nokiaLCDSPI.py
Raspberry Pi GPIO Nokia LCD w/ SPI
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# by Texy and the raspberry pi community
# bitmap display routine by POSitality
# this version using the SPI pins, but not
# using spidev
# 19/1/2013
import time
import wiringpi