You are viewing an older revision! See the latest version

Nokia LCD

An interface for controlling an old Nokia mobile phone display, a colour 130x130 LCD with a SPI interface.

/media/uploads/simon/mod-nokia6610-hello.jpg

Hello World!

main.cpp

#include "mbed.h"
#include "NokiaLCD.h"

NokiaLCD lcd(p5, p6, p7, p8, p9);

int main() {
    lcd.printf("Hello World!");
}

Hardware

There are a number of different hardware breakouts available for these panels, including:

The LCD panels themselves also vary, particularly whether they use an Epson or Philips driver. This library aims to support both types.

Library


All wikipages