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 US2016_LV3_Z1 by
main.cpp
- Committer:
- esokic
- Date:
- 2016-03-09
- Revision:
- 0:6ebfd28a8b0c
- Child:
- 1:8ddf3a73e99e
File content as of revision 0:6ebfd28a8b0c:
#include "mbed.h" #include "N5110.h" #define dp23 P0_0 //N5110 lcd(VCC,SCE,RST,DC,MOSI,SCLK,LED)); N5110 lcd(dp4,dp24,dp23,dp25,dp2,dp6,dp18); DigitalOut enable(dp14); int main() { //deaktivacija led dioda enable=1; //inicijalizacija displeja lcd.init(); //prikaz stringa lcd.printString("Mi volimo US!",0,0); while(1); }