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.
Fork of LcdWindow by
Diff: lcd_spi.h
- Revision:
- 2:5ac5bab7daaf
- Parent:
- 1:65f72ed914fa
diff -r 65f72ed914fa -r 5ac5bab7daaf lcd_spi.h --- a/lcd_spi.h Tue Nov 16 20:49:18 2010 +0000 +++ b/lcd_spi.h Sat Nov 27 22:54:13 2010 +0000 @@ -38,7 +38,7 @@ class SPILCDBase: public TextLCDBase { public: - SPILCDBase(unsigned int width, unsigned int height, SPI *spi, PinName enable, PinName rs); + SPILCDBase(unsigned int columns, unsigned int rows, SPI *spi, PinName enable, PinName rs); protected: void sendCmd(const unsigned char byte);