Demo for u0LED128-G1 4D Systems 128x128 Graphic Display This simple demo demonstrates the use of graphical display controls. The library construction does not use a C ++ class. Christian Dupaty 03/2021
Demo for u0LED128-G1 4D Systems 128x128 Graphic Display This simple demo demonstrates the use of graphical display controls. The library construction does not use a C ++ class.
Data Sheet : https://www.farnell.com/datasheets/356896.pdf
Ref 4DSystems for G2 version : https://4dsystems.com.au/uoled-128-g2
Diff: main.cpp
- Revision:
- 4:a2d1329d042c
- Parent:
- 3:5b27b27e68ab
- Child:
- 5:791713e36c37
--- a/main.cpp Wed Jan 09 22:22:22 2019 +0000 +++ b/main.cpp Wed Jan 22 12:34:48 2020 +0000 @@ -13,6 +13,7 @@ c = pc.getc(); myled = 1; // turn off pc.putc(c); + pc.putc(c); // echo twice pc.putc('\r'); pc.putc('\n'); wait(0.5);