Skip to content
This repository was archived by the owner on Aug 21, 2019. It is now read-only.

Commit 6691fd8

Browse files
DAS_v4.0.1_readmeUpdate
- Updated readme
1 parent d86dd2f commit 6691fd8

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

README.txt

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,19 @@ Controls:
99
- 1,2,3,4 - SW4, SW3, SW2, SW1 (on/off) (or SW1,SW2,SW3,SW4 (press F1 to swap between these))
1010
- Q,W,E,R - BTN4, BTN3, BTN2, BTN1 (hold to on, release to off)
1111
- LEDs are ordered in descending order from left to right L08,L07,...,L01
12+
13+
# INSTALLATION GUIDE #
14+
15+
- DOWNLOAD project from github (you can't copy-paste code from github.com site because it contains special
16+
invisible characters that will not allow your program to compile)
17+
18+
- Create Visual Studio 2017 C++ project and add these files to your project
19+
20+
- When compiling you will need to activate UNICODE support (Project Properties -> General -> \
21+
Character Set -> Use Unicode.). If you forget don't worry, you will get error/warning with adequate message.
22+
23+
- If you get runtime exception upon runing your code, try:
24+
a) Constructing Simulation class with different parameters (default is: int width = 80, int height = 40, int fontw = 8, int fonth = 10)
25+
b) Changing your console window size in properties settings. (link how: https://youtu.be/xW8skO7MFYw?t=16m1s (shown around 16. min mark))
26+
27+

0 commit comments

Comments
 (0)