You are viewing an older revision! See the latest version
Nokia LCD
An interface for controlling a 130x130 Nokia mobile phone display.

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.