mirror of
https://github.com/hneemann/Digital.git
synced 2025-09-17 08:55:05 -04:00
Improved documentation.
This commit is contained in:
parent
d5555a221e
commit
3bfa2488ef
@ -9,8 +9,9 @@ HEAD, planned as v0.20
|
|||||||
- Allows the pre-loading of program memory if a RAM is used as such.
|
- Allows the pre-loading of program memory if a RAM is used as such.
|
||||||
- Added a new more flexible shape for embedded circuits.
|
- Added a new more flexible shape for embedded circuits.
|
||||||
- Breaking changes:
|
- Breaking changes:
|
||||||
- In your own DIL circuits you have to reselect the DIL-Shape in the
|
- In your own DIL circuits you have to reselect the DIL shape in the
|
||||||
circuit settings.
|
circuit settings. If you have build a custom shape, you also have to
|
||||||
|
reselect it.
|
||||||
|
|
||||||
v0.19, released on 14. June 2018
|
v0.19, released on 14. June 2018
|
||||||
- Added a tabbed pane to the attributes dialog to make it more beginner friendly.
|
- Added a tabbed pane to the attributes dialog to make it more beginner friendly.
|
||||||
|
@ -1189,8 +1189,13 @@ Sind evtl. die Namen der Variablen nicht eindeutig?</string>
|
|||||||
|
|
||||||
<string name="key_shapeType">Form</string>
|
<string name="key_shapeType">Form</string>
|
||||||
<string name="key_shapeType_tt">Die Form, welche für die Repräsentation der Schaltung in einer einbettenden
|
<string name="key_shapeType_tt">Die Form, welche für die Repräsentation der Schaltung in einer einbettenden
|
||||||
Schaltung verwendet werden soll. Bei "Layout" bestimmt die Lage und Orientierung der Ein- und Ausgänge in
|
Schaltung verwendet werden soll. Bei der Form "Einfach" werden die Eingänge auf der linken und die Ausgänge auf
|
||||||
der Schaltung die Position der Pins.</string>
|
der rechten Seite eines einfachen Rechtecks angezeigt.
|
||||||
|
Bei "Layout" bestimmt die Lage und Orientierung der Ein- und Ausgänge in
|
||||||
|
der Schaltung die Position der Pins. Hier sind auch Pins oben und unten möglich.
|
||||||
|
Bei der Wahl von "DIL-Gehäuse" wird ein DIL-Gehäuse zur Darstellung verwendet. Die Pin-Nummern der Ein- und
|
||||||
|
Ausgänge bestimmen hier die Position der Pins.
|
||||||
|
</string>
|
||||||
<string name="key_shapeType_DEFAULT">Vorgabe</string>
|
<string name="key_shapeType_DEFAULT">Vorgabe</string>
|
||||||
<string name="key_shapeType_SIMPLE">Einfach</string>
|
<string name="key_shapeType_SIMPLE">Einfach</string>
|
||||||
<string name="key_shapeType_DIL">DIL-Gehäuse</string>
|
<string name="key_shapeType_DIL">DIL-Gehäuse</string>
|
||||||
|
@ -1180,8 +1180,12 @@
|
|||||||
|
|
||||||
<string name="key_shapeType">Shape</string>
|
<string name="key_shapeType">Shape</string>
|
||||||
<string name="key_shapeType_tt">The shape to be used for the representation of the circuit in an embedding circuit.
|
<string name="key_shapeType_tt">The shape to be used for the representation of the circuit in an embedding circuit.
|
||||||
|
In the "Simple" mode, the inputs are displayed on the left and the outputs on the right side of a simple rectangle.
|
||||||
With "Layout", the position of the inputs and outputs and and their orientation in the circuit determines
|
With "Layout", the position of the inputs and outputs and and their orientation in the circuit determines
|
||||||
the position of the pins.</string>
|
the position of the pins. Here are also pins at the top or bottom possible.
|
||||||
|
When selecting "DIL-Chip", a DIL housing is used to display the circuit. The pin numbers of the inputs and outputs
|
||||||
|
determine the position of the pins in this case.
|
||||||
|
</string>
|
||||||
<string name="key_shapeType_DEFAULT">Default</string>
|
<string name="key_shapeType_DEFAULT">Default</string>
|
||||||
<string name="key_shapeType_SIMPLE">Simple</string>
|
<string name="key_shapeType_SIMPLE">Simple</string>
|
||||||
<string name="key_shapeType_DIL">DIL-Chip</string>
|
<string name="key_shapeType_DIL">DIL-Chip</string>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user