Updated VisualGDB solution and projects to include Dispmanx target, genblitter, genlinetoscr projects

This commit is contained in:
Dimitris Panokostas 2018-01-09 22:59:22 +01:00
parent 647f573a65
commit a34fb794c6
26 changed files with 1337 additions and 18 deletions

View file

@ -0,0 +1,7 @@
This tool generates the "linetoscr.cpp" file.
Compile it for the target system (e.g. Raspberry) then run it there as:
genlinetoscr > linetoscr.cpp
Copy the generated file back into the "src" directory.