updated screenshot

This commit is contained in:
hneemann 2018-01-13 21:50:12 +01:00
parent d77b4f2207
commit 2f1c083bf5
4 changed files with 5 additions and 3 deletions

View File

@ -8,6 +8,8 @@ The most recent changes are listed in the [release notes](distribution/ReleaseNo
![screnshot](screenshot.png) ![screnshot](screenshot.png)
![screnshot2](screenshot2.png)
Digital is a simulator for digital circuits. It is designed for educational purposes and I use it in my lectures. Digital is a simulator for digital circuits. It is designed for educational purposes and I use it in my lectures.
Prior to the development of Digital, I used [Logisim](http://www.cburch.com/logisim/), developed by Carl Burch. Prior to the development of Digital, I used [Logisim](http://www.cburch.com/logisim/), developed by Carl Burch.
If you are familiar with Logisim you will recognize the wire color scheme. If you are familiar with Logisim you will recognize the wire color scheme.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 136 KiB

After

Width:  |  Height:  |  Size: 130 KiB

BIN
screenshot2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 72 KiB

View File

@ -1144,8 +1144,8 @@ The names of the variables may not be unique.</string>
<string name="menu_probe_memory_tt">Shows the content of memory components.</string> <string name="menu_probe_memory_tt">Shows the content of memory components.</string>
<string name="menu_treeSelect">Component Tree View</string> <string name="menu_treeSelect">Component Tree View</string>
<string name="menu_treeSelect_tt">Shows a tree view of available components at the left side.</string> <string name="menu_treeSelect_tt">Shows a tree view of available components at the left side.</string>
<string name="menu_karnaughMap">KV-Map</string> <string name="menu_karnaughMap">K-Map</string>
<string name="menu_karnaughMap_tt">Shows a KV map representation of the Table!</string> <string name="menu_karnaughMap_tt">Shows a K-map representation of the Table!</string>
<string name="menu_special">Special 74xx Funtions</string> <string name="menu_special">Special 74xx Funtions</string>
<string name="menu_addPrefix">Add IO-Prefix</string> <string name="menu_addPrefix">Add IO-Prefix</string>
@ -1285,7 +1285,7 @@ an &lt;a href=&quot;https://github.com/hneemann/Digital/issues/new?labels=enhanc
<string name="win_testdata_N">Testdata {0}</string> <string name="win_testdata_N">Testdata {0}</string>
<string name="win_data">Data</string> <string name="win_data">Data</string>
<string name="win_valueInputTitle_N">Input {0}</string> <string name="win_valueInputTitle_N">Input {0}</string>
<string name="win_karnaughMap">Karnaugh-Veitch Map</string> <string name="win_karnaughMap">Karnaugh Map</string>
<string name="btn_help">Help</string> <string name="btn_help">Help</string>