Update README.md

This commit is contained in:
SiAn Chen 2023-02-03 14:25:56 +08:00 committed by GitHub
parent df8c7e658c
commit d2bd5d3fa8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,4 +2,19 @@
**This project provides a graphical interface that users can use to simulate the output from combinations of several inputs.**
aaa
* function of each button
1. `IN`: Generate an input block. Double click it to select the type of input.
2. `OUT`: Generate an output block.
3. `AND`: Generate an AND block, which performs function of logic and.
4. `OR`: Generate an OR block, which performs function of logic or.
5. `NOT`: Generate a NOT block, which performs function of logic not.
6. `Function`: Generate a function block. Double click it to select the type of operation to perform on two specific inputs.
7. `Line`: Enter line mode in which users can link blocks.
8. `Simulate`: Select a specific output block and simulate it.
9. `Grid`: Display the grid.
10. `Lock`: Turn on the lock mode to align the block to the grid.
11. `背景圖片`: Set the background image.
12. `背景顏色`: Set the background color.
13. `Open`: Load simulation file.
14. `Save`: Save simulation file.