Skip to content

Installing GUIslice on Raspberry Pi

Calvin Hass edited this page Dec 26, 2016 · 11 revisions

Running Raspberry Pi example

  • Download the GUIslice library
    • Clone the repository
 git clone https://github.com/ImpulseAdventure/GUIslice
  • Modify the GUIslice config file (GUIslice_config.h) in the /src folder
  • Install selected graphics and hardware libraries
  • Compile the examples
 cd tests
 make all
  • Run the examples
 sudo ./gslc-ex03
Clone this wiki locally