1
0
mirror of https://github.com/nophead/NopSCADlib.git synced 2025-08-23 07:33:06 +02:00

Single 7_segment objects can now have multiple digits.

This is deduced from the digit size compared to the overall size.
The decimal point is now suppressed if there are not enough pins.
Added 02531A and 02352A 3 digit displays.
This commit is contained in:
Chris Palmer
2021-10-26 12:24:59 +01:00
parent 09bce09a85
commit f5528c5a9a
5 changed files with 55 additions and 37 deletions

View File

@@ -52,7 +52,10 @@ A list of changes classified as breaking, additions or fixes is maintained in [C
---
<a name="7_segments"></a>
## 7_segments
7 Segment displays
7 Segment displays.
Can be single digits stacked side by side or can be multiple digits in one unit. This is determined by the overall width compared to the width of a digit.
Presence of a decimal point is determined by the number of pins. Its position is determined by a heuristic.
[vitamins/7_segments.scad](vitamins/7_segments.scad) Object definitions.