Adafruit 16x2 LCD Pi Plate hull

Description

Very rough model of the Adafruit 16x2 LCD Pi Plate. Useful as subtraction for creating cases for the LCD panel.

See the Servotester as example.

Usage (in OpenSCAD)

  1. Create model where you want to place the panel within
  2. Substract the LCD panel
  3. Print the model
  4. Your real LCD panel will fit into the printed case

Example

use <Adafruit16x2PiPlate.scad>;difference() {    cube([140,80,4]);    translate([25,74,12.5])rotate([180,0,0])Adafruit16x2PiPlate();}