The official Mbed 2 C/C++ SDK provides the software platform and libraries to build your applications.
Dependents:
hello
SerialTestv11
SerialTestv12
Sierpinski
... more
3 comments:
Hi Vladimir,
Thanks for the report. Could you please share your code or a subset of your code that can be used to reproduce the problem?
Thanks,
Bogdan
Sure. It's fairly straight forward.
Here is the test program
*****
- include "mbed.h"
- include "st7920.h
ST7920 lcd(p5, p6, p7, p10, p11, p12, p13, p14, p15, p16, p17); rs, rw, e, d0-d7;
int main()
{
unsigned char message1[] = "This is a test!";
lcd.InitDisplay();
lcd.ReturnHome();
lcd.SetTextMode();
lcd.DisplayString(0,0,message1,16);
lcd.DisplayString(1,0,message1,16);
lcd.DisplayString(2,0,message1,16);
lcd.DisplayString(3,0,message1,16);
}
and the ST7920.h and ST7920.cpp
/media/uploads/MaliMrav/st7920.h
/media/uploads/MaliMrav/st7920.cpp
Hello Vladimir Lekic,
is this issue still present with the latest mbed library? Let us know or please close this issue. Thanks.
Regards,
0xc0170
Hi Vladimir,
Thanks for the report. Could you please share your code or a subset of your code that can be used to reproduce the problem?
Thanks,
Bogdan