mirror of
https://github.com/nophead/NopSCADlib.git
synced 2025-01-17 21:48:43 +01:00
Merge branch 'igramul-feature/add-display-LCD2004A'
This commit is contained in:
commit
fff0e9e3cb
BIN
libtest.png
BIN
libtest.png
Binary file not shown.
Before Width: | Height: | Size: 969 KiB After Width: | Height: | Size: 972 KiB |
@ -1091,6 +1091,7 @@ LCD displays.
|
|||||||
| 1 | `display(HDMI5)` | HDMI display 5" |
|
| 1 | `display(HDMI5)` | HDMI display 5" |
|
||||||
| 1 | `display(TFT128x160)` | LCD TFT ST7735 display 128x160 |
|
| 1 | `display(TFT128x160)` | LCD TFT ST7735 display 128x160 |
|
||||||
| 1 | `display(LCD1602A)` | LCD display 1602A |
|
| 1 | `display(LCD1602A)` | LCD display 1602A |
|
||||||
|
| 1 | `display(LCD2004A)` | LCD display 2004A |
|
||||||
| 1 | `display(LCDS7282B)` | LCD display S-7282B |
|
| 1 | `display(LCDS7282B)` | LCD display S-7282B |
|
||||||
| 1 | `display(SSD1963_4p3)` | LCD display SSD1963 4.3" |
|
| 1 | `display(SSD1963_4p3)` | LCD display SSD1963 4.3" |
|
||||||
|
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 73 KiB After Width: | Height: | Size: 70 KiB |
@ -54,6 +54,24 @@ LCD1602A = ["LCD1602A", "LCD display 1602A", 71.3, 24.3, 7.0, LCD1602APCB,
|
|||||||
[], // clearance need for the ts ribbon
|
[], // clearance need for the ts ribbon
|
||||||
];
|
];
|
||||||
|
|
||||||
|
LCD2004APCB = pcb("", "", [98, 60, 1.65], hole_d = 2.9, land_d = 5, colour = "green",
|
||||||
|
holes = [[-2.5, -2.5], [-2.5, 2.5], [2.5, 2.5], [2.5, -2.5]],
|
||||||
|
components = [
|
||||||
|
[49+19.05, - 2.5, 0, "2p54header", 16, 1]
|
||||||
|
],
|
||||||
|
grid = [
|
||||||
|
49, 60 - 2.5, 16, 1, silver, inch(0.1), inch(0.1),
|
||||||
|
]
|
||||||
|
);
|
||||||
|
|
||||||
|
LCD2004A = ["LCD2004A", "LCD display 2004A", 97, 39.5, 9.0, LCD2004APCB,
|
||||||
|
[0, 0, 0], // pcb offst
|
||||||
|
[[-76 / 2, -26 / 2], [76 / 2, 26 / 2, 0.6]], // aperture
|
||||||
|
[], // touch screen
|
||||||
|
0, // thread length
|
||||||
|
[], // clearance need for the ts ribbon
|
||||||
|
];
|
||||||
|
|
||||||
LCDS7282BPCB = pcb("", "", [85, 36, 1.65], hole_d = 2.56, colour = "green",
|
LCDS7282BPCB = pcb("", "", [85, 36, 1.65], hole_d = 2.56, colour = "green",
|
||||||
holes = [[-2.5, -2.5], [-2.5, 2.5], [2.5, 2.5], [2.5, -2.5]],
|
holes = [[-2.5, -2.5], [-2.5, 2.5], [2.5, 2.5], [2.5, -2.5]],
|
||||||
components = [
|
components = [
|
||||||
@ -149,6 +167,6 @@ BigTreeTech_TFT35v3_0 = ["BigTreeTech_TFT35v3_0", "BigTreeTech TFT35 v3.0",
|
|||||||
];
|
];
|
||||||
|
|
||||||
|
|
||||||
displays = [HDMI5, SSD1963_4p3, BigTreeTech_TFT35v3_0, LCD1602A, LCDS7282B, TFT128x160];
|
displays = [HDMI5, SSD1963_4p3, LCD2004A, BigTreeTech_TFT35v3_0, LCD1602A, LCDS7282B, TFT128x160];
|
||||||
|
|
||||||
use <display.scad>
|
use <display.scad>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user