Skip to content

Latest commit

 

History

History
40 lines (33 loc) · 1.16 KB

File metadata and controls

40 lines (33 loc) · 1.16 KB

First Steps

Let's get it started

As a first step, I printed the CIMON Design from Thingiverse with a scaling of 50% for all axes. This is the first picture

Raspberry

Then I took a Raspberry Pi 3 and added a 3.5" GPIO Touch Display to it.

Installation Steps

In very short, this is what I did so far:

  • install latest raspbian
  • enable ssh -> in boot Partition: touch ssh
  • sudo raspi-config
  • sudo apt-get update
  • sudo apt-get upgrade

For my display, followed: https://github.com/goodtft/LCD-show

Touch Rotation:

  • sudo nano /etc/X11/xorg.conf.d/99-calibration.conf
  • add: Option "TransformationMatrix" "0 -1 1 1 0 0 0 0 1"

Calibrate Touch... notro/fbtft#445

Install Virtual Keyboard: http://ozzmaker.com/virtual-keyboard-for-the-raspberry-pi/