Base library for various projects.

Dependents:   LEDFun NetTester

Base library for various projects.

screens.h

Committer:
Searle95
Date:
2013-08-01
Revision:
2:a3deb705b78e
Parent:
0:a2d01ba1a81b

File content as of revision 2:a3deb705b78e:

#ifndef SCREENS_H
#define SCREENS_H

#include "N3310LCD.h"
#include "N3310SPIConfig.h"

static N3310LCD lcd(N3310SPIPort::MOSI, N3310SPIPort::MISO, N3310SPIPort::SCK, N3310SPIPort::CE, N3310SPIPort::DAT_CMD, N3310SPIPort::LCD_RST, N3310SPIPort::BL_ON);
static Serial pc(USBTX, USBRX);

#endif