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:
@@ -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.
|
||||
|
||||
|
Reference in New Issue
Block a user