Skip to content

Commit 3a9857f

Browse files
committed
Document how to start the GUI demonstrator
1 parent 8af5816 commit 3a9857f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,3 +62,11 @@ avrdude -c arduino -P COM1 -b 115200 -p atmega328p -D -U flash:w:objs/blink.hex:
6262
There are many different programmers and options that may be required for the programming to succeed.
6363

6464
For more information, refer to the [AVRDUDE documentation](https://avrdudes.github.io/avrdude/).
65+
66+
## Using the AVRDUDE GUI demonstrator
67+
68+
Starting with version 8, a GUI implementation has been added, to demonstrate the functionality of `libavrdude` is suitable to implement a native GUI (as opposed to CLI wrapper).
69+
70+
The GUI is based on the Qt toolkit and its Python bindings, called _PySide_.
71+
72+
A script named `avrdude-gui` is installed into the same location as the AVRDUDE CLI program. It can be used to start the GUI. There is a builtin help describing the usage.

0 commit comments

Comments
 (0)