Contents
Tags
Design Tools
OpenSCAD
License


Adafruit 16x2 LCD Pi Plate hull
by
hilderonny
is licensed under the
Creative Commons - Attribution license.
Give a Shout Out
If you print this Thing and display it in public proudly give attribution by printing and displaying this tag.
Print Thing TagSummary
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)
- Create model where you want to place the panel within
- Substract the LCD panel
- Print the model
- 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();
}