A faster Nokia 5110 library

Post here about your Arduino projects, get help - for Adafruit customers!

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
teedeeus
 
Posts: 11
Joined: Thu May 21, 2009 11:35 am

A faster Nokia 5110 library

Post by teedeeus »

Hello,

According to the datasheet of the PCD8544 used in the Nokia 5110 display, it supports up to a 4MHz clock on the serial interface. I was wondering if you know of a library for this display that uses the hardware SPI in the Arduino instead of using the shiftOut command to send the data to the display. I want to be able to update the display as quickly as possible.

I am using your Nokia 5110/3310 display (with extras) and a USB Boarduino.

Thank you,
-teedeeus

Locked
Please be positive and constructive with your questions and comments.

Return to “Arduino”