Skip to content

Installing GUIslice on Raspberry Pi

Calvin Hass edited this page Aug 18, 2019 · 14 revisions

Overview >

Installing & Running on Raspberry Pi

Installing Prerequisites

Installing GUIslice

  • 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 to select your device setup

Compiling GUIslice

  • GUIslice comes with a Makefile that can be used directly with the make command, but it is also possible to use cmake.
  • For example:
cd examples/linux
make ex02_lnx_btn_txt

Running GUIslice

  • Compile the examples as in the previous step
  • Run the examples:
sudo ./ex02_lnx_btn_txt
Clone this wiki locally