mirror of
https://github.com/robotdoly/DOLY-DIY.git
synced 2024-12-25 23:54:00 +01:00
…
|
||
---|---|---|
.. | ||
main.cpp | ||
README.md |
LcdControl Example program
Compile example program
This example needs some static libraries and header files located under '/Doly/libs' & '/Doly/include' Make sure you have already copy '/Doly' folder under your root directory.
g++ -L../Doly/libs -I../Doly/include -Wall -o test main.cpp -lLcdControl