Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: Nucleo_LCD_mcufriend_test
Fork of 24_TFT_STMNUCLEO by
Diff: lcd_base.cpp
- Revision:
- 3:64a5b67d5b51
- Parent:
- 2:81ed304b7e9b
- Child:
- 4:3ac4239f6c9c
--- a/lcd_base.cpp Sun Dec 02 00:12:43 2012 +0000 +++ b/lcd_base.cpp Sun Dec 02 01:44:23 2012 +0000 @@ -20,10 +20,7 @@ * *********************************************************************/ #include "lcd_base.h" - -#ifndef ushort -typedef unsigned short ushort; -#endif +#include "helpers.h" LCD::LCD( unsigned short width, unsigned short height ,PinName CS, PinName RS ) : _disp_width( width ), _disp_height( height ), _lcd_pin_cs( CS ), _lcd_pin_rs( RS )