1
0
mirror of https://github.com/nophead/NopSCADlib.git synced 2025-08-01 05:00:14 +02:00

TFT128x160 LCD display added.

This commit is contained in:
Chris Palmer
2021-09-11 11:19:24 +01:00
parent 061812cc8b
commit edb1eccbf1
4 changed files with 20 additions and 4 deletions

View File

@@ -24,8 +24,10 @@ use <../vitamins/pcb.scad>
module displays()
layout([for(d = displays) pcb_length(display_pcb(d))], 10)
vflip()
display(displays[$i]);
translate([0, pcb_width(displays[$i]) / 2])
vflip()
display(displays[$i]);
if($preview)
displays();
let($show_threads = true)
displays();

Binary file not shown.

Before

Width:  |  Height:  |  Size: 76 KiB

After

Width:  |  Height:  |  Size: 72 KiB