Thingiverse
Adafruit 16x2 LCD Pi Plate hull
by Unknown
4
Downloads
0
Likes
0
Makes
# Description
Very rough model of the Adafruit 16x2 LCD Pi Plate. Useful as subtraction for creating cases for the LCD panel.
See the [Servotester](https://www.thingiverse.com/thing:3968126) 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 ;
difference() {
cube([140,80,4]);
translate([25,74,12.5])rotate(
Very rough model of the Adafruit 16x2 LCD Pi Plate. Useful as subtraction for creating cases for the LCD panel.
See the [Servotester](https://www.thingiverse.com/thing:3968126) 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 ;
difference() {
cube([140,80,4]);
translate([25,74,12.5])rotate(
Sign in to leave a comment
Sign in