diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-03-24 01:27:27 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-03-24 01:27:27 +0000 |
commit | b79a2c28534cf09987eeeba3077fff9236df182a (patch) | |
tree | 40489486520618857e4d1dcd32c5255c9e6c22bb | |
parent | 2c9d244021470c8eaefb5e2f18b549314511ce73 (diff) | |
download | piklab-b79a2c28534cf09987eeeba3077fff9236df182a.tar.gz piklab-b79a2c28534cf09987eeeba3077fff9236df182a.zip |
Fixed images
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/piklab@1106870 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
60 files changed, 139 insertions, 142 deletions
diff --git a/man/piklab-hex.1 b/man/piklab-hex.1 index 4903a43..dc52cad 100755 --- a/man/piklab-hex.1 +++ b/man/piklab-hex.1 @@ -1,9 +1,10 @@ -.\" Hey, EMACS: -*- nroff -*- +.\" Hey, EMACS: -*- nroff -*- .\" First parameter, NAME, should be all caps .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection .\" other parameters are allowed: see man(7), man(1) +.TH PIKLAB SECTION "April 11, 2007" .\" Please adjust this date whenever revising the manpage. -.\" +.\" .\" Some roff macros, for reference: .\" .nh disable hyphenation .\" .hy enable hyphenation @@ -14,67 +15,65 @@ .\" .br insert line break .\" .sp <n> insert n+1 empty lines .\" for manpage-specific macros, see man(7) -.TH "PIKLAB" "1" "April 11, 2007" "" "" -.SH "NAME" -piklab\-hex \- Tool to check INHEX\-files. -.SH "SYNOPSIS" -.B piklab\-hex [options] [command] [file].hex -.RI +.SH PIKLAB-HEX \- Tool to check INHEX-files. +.SH SYNOPSIS +.B piklab-hex [options] [command] [file].hex +.RI + +.SH DESCRIPTION -.SH "DESCRIPTION" This manual page documents briefly the -.B piklab\-hex command. +.B piklab-hex command. .\" TeX users may be more comfortable with the \fB<whatever>\fP and .\" \fI<whatever>\fP escape sequences to invode bold face and italics, .\" respectively. -\fBPiklab\-hex\fP is a command line tool to check files, if they are valid Hex\-files which comply with the INHEX\-Standard defined by Intel corporation. +\fBPiklab-hex\fP is a command line tool to check files, if they are valid Hex-files which comply with the INHEX-Standard defined by Intel corporation. -.SH "OPTIONS" +.SH OPTIONS This program follows the usual GNU command line syntax, with long -options starting with two dashes (`\-'). +options starting with two dashes (`-'). A summary of options is included below. -.TP +.TP .B \-h, \-\-help Show summary of options. -.TP +.TP .B \-v, \-\-version Show version of program. -.TP +.TP .B \-\-author Show author information -.TP +.TP .B \-\-license Show license information -.TP +.TP .B \-c [command] Option to issue a command. -.TP -.SH "COMMANDS" -.TP -.B check Check file, if it is a valid intel\-hex\-file. -.TP +.TP +.SH COMMANDS +.TP +.B check Check file, if it is a valid intel-hex-file. +.TP .B info Return information about hex file. -.TP +.TP .B fix Clean hex file and fix errors (wrong CRC, truncated line, truncated file). -.TP +.TP .B compare Compare two hex files. -.TP -.br +.TP +.br .sp 3 -.SH "SEE ALSO" +.SH SEE ALSO .BR piklab (1), -.BR piklab\-prog (1), -.BR piklab\-coff (1). -.br -.SH "AUTHORS" +.BR piklab-prog (1), +.br +.SH AUTHORS piklab was written by Nicolas Hadacek and many others, including: * Alain Gibaud: author of Pikdev; main infrastructure; IDE interface; direct programmers; gputils integration. * Keith Baker: direct programmer support for 16F7X devices. * Xiaofan Chen: numerous tests of PICkit1/2 and ICD2 programmers. * Craig Franklin: author of gputils (disassembler and coff parser). * Manwlis Giannos: direct programmer support for PIC18FXX2/FXX8 devices. - * Stephen Landamore: author of LPLAB (microchip command\-line programmer). + * Stephen Landamore: author of LPLAB (microchip command-line programmer). * Brian C. Lane: original code for direct programming. * Sébastion Laoût: author of Likeback. * Nestor A. Marchesini: tests of PicStart+ programmer. @@ -88,10 +87,10 @@ piklab was written by Nicolas Hadacek and many others, including: * Stefan von Halenbach: German translation. * Nagy Lázló: Hungarian translation. .sp 3 -.SH "COPYRIGHT" -This is free software. You may redistribute copies of it under the terms of the GNU General Public License +.SH COPYRIGHT + This is free software. You may redistribute copies of it under the terms of the GNU General Public License <http://www.gnu.org/licenses/gpl.html>. There is NO WARRANTY, to the extent permitted by law. -.PP +.PP This manual page was written by Stefan <vonHalenbach@users.sf.net>, for the Debian project (but may be used by others). diff --git a/man/piklab-prog.1 b/man/piklab-prog.1 index 6a06f7a..419fca0 100755 --- a/man/piklab-prog.1 +++ b/man/piklab-prog.1 @@ -1,9 +1,10 @@ -.\" Hey, EMACS: -*- nroff -*- +.\" Hey, EMACS: -*- nroff -*- .\" First parameter, NAME, should be all caps .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection .\" other parameters are allowed: see man(7), man(1) +.TH PIKLAB SECTION "April 11, 2007" .\" Please adjust this date whenever revising the manpage. -.\" +.\" .\" Some roff macros, for reference: .\" .nh disable hyphenation .\" .hy enable hyphenation @@ -14,125 +15,122 @@ .\" .br insert line break .\" .sp <n> insert n+1 empty lines .\" for manpage-specific macros, see man(7) -.TH "PIKLAB" "1" "April 11, 2007" "" "" -.SH "NAME" -piklab\-prog \- Commandline program for PIC\-microcontroller programming. -.SH "SYNOPSIS" -.B piklab\-prog [Qt\-options] [KDE\-options] [options] [file] -.RI +.SH PIKLAB-PROG \- Commandline program for PIC-microcontroller programming. +.SH SYNOPSIS +.B piklab-prog [Qt-options] [KDE-options] [options] [file] +.RI -.br -.SH "DESCRIPTION" +.br +.SH DESCRIPTION This manual page documents briefly the -.B piklab\-prog command. -.PP +.B piklab-prog command. +.PP .\" TeX users may be more comfortable with the \fB<whatever>\fP and .\" \fI<whatever>\fP escape sequences to invode bold face and italics, .\" respectively. -\fBPiklab\-prog\fP is a command line tool, which can be used to program microcontrollers with program and data, stored in a HEX\-file to a connected programmer. It supports the most common serial, parallel and usb programmers, like ICD2, Pickit2, PicStart+) and debuggers (ICD2). +\fBPiklab-prog\fP is a command line tool, which can be used to program microcontrollers with program and data, stored in a HEX-file to a connected programmer. It supports the most common serial, parallel and usb programmers, like ICD2, Pickit2, PicStart+) and debuggers (ICD2). -.SH "OPTIONS" +.SH OPTIONS This program follows the usual GNU command line syntax, with long -options starting with two dashes (`\-'). +options starting with two dashes (`-'). A summary of options is included below. -.TP +.TP .B \-h, \-\-help Show summary of options. -.TP +.TP .B \-v, \-\-version Show version of program. -.TP -.B \-\-help\-qt +.TP +.B \-\-help-qt Show Qt specific options -.TP -.B \-\-help\-kde +.TP +.B \-\-help-kde Show KDE specific options -.TP -.B \-\-help\-all +.TP +.B \-\-help-all Show all options -.TP +.TP .B \-\-author Show author information -.TP +.TP .B \-\-license Show license information -.TP +.TP .B \-\- End of options -.br +.br .B Options: .B \-c, \-\-command <name> Perform the requested command. -.TP -.B \-\-command\-list +.TP +.B \-\-command-list Return the list of recognized commands. -.TP +.TP .B \-\-debug Display debug messages. -.TP -.B \-\-extra\-debug +.TP +.B \-\-extra-debug Display extra debug messages. -.TP -.B \-\-max\-debug +.TP +.B \-\-max-debug Display all debug messages. -.TP +.TP .B \-\-quiet Do not display messages. -.TP +.TP .B \-f, \-\-force Overwrite files and answer "yes" to questions. -.TP +.TP .B \-i, \-\-cli Interactive mode -.TP +.TP .B \-r, \-\-range <name> Memory range to operate on. -.TP -.B \-\-range\-list +.TP +.B \-\-range-list Return the list of memory ranges. -.TP +.TP .B \-p, \-\-programmer <name> Programmer to use. -.TP -.B \-\-programmer\-list +.TP +.B \-\-programmer-list Return the list of supported programmers. -.TP +.TP .B \-d, \-\-device <name> Target device. -.TP -.B \-\-device\-list +.TP +.B \-\-device-list Return the list of supported devices. -.TP +.TP .B \-f, \-\-format <name> HEX output file format. -.TP -.B \-\-format\-list +.TP +.B \-\-format-list Return the list of supported HEX file formats. -.TP +.TP .B \-t, \-\-port <name> Programmer port ("usb" or device such as "/dev/ttyS0") -.TP -.B \-\-port\-list +.TP +.B \-\-port-list Return the list of detected ports. -.TP -.B \-\-firmware\-dir <dir> +.TP +.B \-\-firmware-dir <dir> Firmware directory. -.TP -.B \-\-target\-self\-powered - Indicates that device is self\-powered. -.br -.SH "Arguments:" -.B file <HEX\-filename for programming>. -.br +.TP +.B \-\-target-self-powered + Indicates that device is self-powered. +.br +.SH Arguments: +.B file <HEX-filename for programming>. +.br .sp 2 -.SH "SEE ALSO" -.BR piklab\-prog (1), -.BR piklab\-hex (1), -.BR piklab\-coff (1), +.SH SEE ALSO +.BR piklab-prog (1), +.BR piklab-hex (1), .BR gputils (1), .BR sdcc (1). -.br -.SH "AUTHORS" +.br +.SH AUTHORS piklab was written by Nicolas Hadacek and many others, including: * Alain Gibaud: author of Pikdev; main infrastructure; IDE interface; direct programmers; gputils integration. @@ -141,7 +139,7 @@ piklab was written by Nicolas Hadacek and many others, including: * Xiaofan Chen: numerous tests of PICkit1/2 and ICD2 programmers. * Craig Franklin: author of gputils (disassembler and coff parser). * Manwlis Giannos: direct programmer support for PIC18FXX2/FXX8 devices. - * Stephen Landamore: author of LPLAB (microchip command\-line programmer). + * Stephen Landamore: author of LPLAB (microchip command-line programmer). * Brian C. Lane: original code for direct programming. * Sébastion Laoût: author of Likeback. * Nestor A. Marchesini: tests of PicStart+ programmer. @@ -155,10 +153,10 @@ piklab was written by Nicolas Hadacek and many others, including: * Stefan von Halenbach: German translation. * Nagy Lázló: Hungarian translation. .sp 2 -.SH "COPYRIGHT" -This is free software. You may redistribute copies of it under the terms of the GNU General Public License +.SH COPYRIGHT + This is free software. You may redistribute copies of it under the terms of the GNU General Public License <http://www.gnu.org/licenses/gpl.html>. There is NO WARRANTY, to the extent permitted by law. -.PP +.PP This manual page was written by Stefan <vonHalenbach@users.sf.net>, for the Debian project (but may be used by others). diff --git a/man/piklab.1x b/man/piklab.1x index 6d3ed55..7ac421e 100755 --- a/man/piklab.1x +++ b/man/piklab.1x @@ -1,9 +1,10 @@ -.\" Hey, EMACS: -*- nroff -*- +.\" Hey, EMACS: -*- nroff -*- .\" First parameter, NAME, should be all caps .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection .\" other parameters are allowed: see man(7), man(1) +.TH PIKLAB SECTION "April 11, 2007" .\" Please adjust this date whenever revising the manpage. -.\" +.\" .\" Some roff macros, for reference: .\" .nh disable hyphenation .\" .hy enable hyphenation @@ -14,14 +15,14 @@ .\" .br insert line break .\" .sp <n> insert n+1 empty lines .\" for manpage-specific macros, see man(7) -.TH "PIKLAB" "1" "April 11, 2007" "" "" -.SH "NAME" -piklab \- IDE for PIC\-microcontroller development. -.TP -.SH "SYNOPSIS" -.B piklab [Qt\-options] [KDE\-options] [file] +.SH PIKLAB +\- IDE for PIC-microcontroller development. +.TP +.SH SYNOPSIS -.br +.B piklab [Qt-options] [KDE-options] [file] + +.br .\" TeX users may be more comfortable with the \fB<whatever>\fP and .\" \fI<whatever>\fP escape sequences to invode bold face and italics, .\" respectively. @@ -29,46 +30,45 @@ piklab \- IDE for PIC\-microcontroller development. similar to the MPLAB environment. It integrates with several compiler and assembler toolchains (like gputils, sdcc, c18) and with the simulator gpsim. It supports the most common programmers (serial, parallel, ICD2, Pickit2, PicStart+) and debuggers (ICD2). -.TP -.SH "OPTIONS" +.TP +.SH OPTIONS These programs follow the usual GNU command line syntax, with long -options starting with two dashes (`\-'). +options starting with two dashes (`-'). A summary of options is included below. -.TP +.TP .B \-h, \-\-help Show summary of options. -.TP +.TP .B \-v, \-\-version Show version of program. -.TP -.B \-\-help\-qt +.TP +.B \-\-help-qt Show Qt specific options -.TP -.B \-\-help\-kde +.TP +.B \-\-help-kde Show KDE specific options -.TP -.B \-\-help\-all +.TP +.B \-\-help-all Show all options -.TP +.TP .B \-\-author Show author information -.TP +.TP .B \-\-license Show license information -.TP +.TP .B \-\- End of options -.TP -.br +.TP +.br .sp 3 -.SH "SEE ALSO" -.BR piklab\-prog (1), -.BR piklab\-hex (1), -.BR piklab\-coff (1), +.SH SEE ALSO +.BR piklab-prog (1), +.BR piklab-hex (1), .BR gputils (1), .BR sdcc (1). -.br -.SH "AUTHORS" +.br +.SH AUTHORS piklab was written by Nicolas Hadacek and many others, including: * Alain Gibaud: author of Pikdev; main infrastructure; IDE interface; direct programmers; gputils integration. @@ -76,7 +76,7 @@ piklab was written by Nicolas Hadacek and many others, including: * Xiaofan Chen: numerous tests of PICkit1/2 and ICD2 programmers. * Craig Franklin: author of gputils (disassembler and coff parser). * Manwlis Giannos: direct programmer support for PIC18FXX2/FXX8 devices. - * Stephen Landamore: author of LPLAB (microchip command\-line programmer). + * Stephen Landamore: author of LPLAB (microchip command-line programmer). * Brian C. Lane: original code for direct programming. * Sébastion Laoût: author of Likeback. * Nestor A. Marchesini: tests of PicStart+ programmer. @@ -90,10 +90,10 @@ piklab was written by Nicolas Hadacek and many others, including: * Stefan von Halenbach: German translation. * Nagy Lázló: Hungarian translation. .sp 3 -.SH "COPYRIGHT" -This is free software. You may redistribute copies of it under the terms of the GNU General Public License +.SH COPYRIGHT + This is free software. You may redistribute copies of it under the terms of the GNU General Public License <http://www.gnu.org/licenses/gpl.html>. There is NO WARRANTY, to the extent permitted by law. -.PP +.PP This manual page was written by Stefan <vonHalenbach@users.sf.net>, for the Debian project (but may be used by others). diff --git a/src/data/app_data/hi16-app-piklab.png b/src/data/app_data/hi16-app-piklab.png Binary files differindex 05baea4..d27000f 100644 --- a/src/data/app_data/hi16-app-piklab.png +++ b/src/data/app_data/hi16-app-piklab.png diff --git a/src/data/app_data/hi32-app-piklab.png b/src/data/app_data/hi32-app-piklab.png Binary files differindex 586e094..68657b0 100644 --- a/src/data/app_data/hi32-app-piklab.png +++ b/src/data/app_data/hi32-app-piklab.png diff --git a/src/data/app_data/hi32-mime-piklab_project.png b/src/data/app_data/hi32-mime-piklab_project.png Binary files differindex 586e094..68657b0 100644 --- a/src/data/app_data/hi32-mime-piklab_project.png +++ b/src/data/app_data/hi32-mime-piklab_project.png diff --git a/src/data/app_data/hi64-app-piklab.png b/src/data/app_data/hi64-app-piklab.png Binary files differindex 7b1bf37..1d53067 100644 --- a/src/data/app_data/hi64-app-piklab.png +++ b/src/data/app_data/hi64-app-piklab.png diff --git a/src/data/hi16-action-piklab_addcurrentfile.png b/src/data/hi16-action-piklab_addcurrentfile.png Binary files differindex 608c532..21cd860 100644 --- a/src/data/hi16-action-piklab_addcurrentfile.png +++ b/src/data/hi16-action-piklab_addcurrentfile.png diff --git a/src/data/hi16-action-piklab_addfile.png b/src/data/hi16-action-piklab_addfile.png Binary files differindex 1a3cfa0..71ea5ce 100644 --- a/src/data/hi16-action-piklab_addfile.png +++ b/src/data/hi16-action-piklab_addfile.png diff --git a/src/data/hi16-action-piklab_blankcheck.png b/src/data/hi16-action-piklab_blankcheck.png Binary files differindex c71d4a5..e54fcb1 100644 --- a/src/data/hi16-action-piklab_blankcheck.png +++ b/src/data/hi16-action-piklab_blankcheck.png diff --git a/src/data/hi16-action-piklab_burnchip.png b/src/data/hi16-action-piklab_burnchip.png Binary files differindex 7ddef9e..7f411ad 100644 --- a/src/data/hi16-action-piklab_burnchip.png +++ b/src/data/hi16-action-piklab_burnchip.png diff --git a/src/data/hi16-action-piklab_chip.png b/src/data/hi16-action-piklab_chip.png Binary files differindex f0e3437..6766aba 100644 --- a/src/data/hi16-action-piklab_chip.png +++ b/src/data/hi16-action-piklab_chip.png diff --git a/src/data/hi16-action-piklab_closeproject.png b/src/data/hi16-action-piklab_closeproject.png Binary files differindex bdfd82c..50827aa 100644 --- a/src/data/hi16-action-piklab_closeproject.png +++ b/src/data/hi16-action-piklab_closeproject.png diff --git a/src/data/hi16-action-piklab_compile.png b/src/data/hi16-action-piklab_compile.png Binary files differindex 5a5360e..e7a2b25 100644 --- a/src/data/hi16-action-piklab_compile.png +++ b/src/data/hi16-action-piklab_compile.png diff --git a/src/data/hi16-action-piklab_createproject.png b/src/data/hi16-action-piklab_createproject.png Binary files differindex 5de505e..2f968d7 100644 --- a/src/data/hi16-action-piklab_createproject.png +++ b/src/data/hi16-action-piklab_createproject.png diff --git a/src/data/hi16-action-piklab_decompile.png b/src/data/hi16-action-piklab_decompile.png Binary files differindex 3490d6f..172cdf8 100644 --- a/src/data/hi16-action-piklab_decompile.png +++ b/src/data/hi16-action-piklab_decompile.png diff --git a/src/data/hi16-action-piklab_editproject.png b/src/data/hi16-action-piklab_editproject.png Binary files differindex e8c3d55..5c46861 100644 --- a/src/data/hi16-action-piklab_editproject.png +++ b/src/data/hi16-action-piklab_editproject.png diff --git a/src/data/hi16-action-piklab_erasechip.png b/src/data/hi16-action-piklab_erasechip.png Binary files differindex 36077b0..cacbe54 100644 --- a/src/data/hi16-action-piklab_erasechip.png +++ b/src/data/hi16-action-piklab_erasechip.png diff --git a/src/data/hi16-action-piklab_find_next.png b/src/data/hi16-action-piklab_find_next.png Binary files differindex 3eaab85..4a6cd7d 100644 --- a/src/data/hi16-action-piklab_find_next.png +++ b/src/data/hi16-action-piklab_find_next.png diff --git a/src/data/hi16-action-piklab_find_previous.png b/src/data/hi16-action-piklab_find_previous.png Binary files differindex 29db6e6..59368f2 100644 --- a/src/data/hi16-action-piklab_find_previous.png +++ b/src/data/hi16-action-piklab_find_previous.png diff --git a/src/data/hi16-action-piklab_openproject.png b/src/data/hi16-action-piklab_openproject.png Binary files differindex 2da627b..73e92b8 100644 --- a/src/data/hi16-action-piklab_openproject.png +++ b/src/data/hi16-action-piklab_openproject.png diff --git a/src/data/hi16-action-piklab_readchip.png b/src/data/hi16-action-piklab_readchip.png Binary files differindex b60277e..84befdc 100644 --- a/src/data/hi16-action-piklab_readchip.png +++ b/src/data/hi16-action-piklab_readchip.png diff --git a/src/data/hi16-action-piklab_verifychip.png b/src/data/hi16-action-piklab_verifychip.png Binary files differindex 023f3b7..76c0cd8 100644 --- a/src/data/hi16-action-piklab_verifychip.png +++ b/src/data/hi16-action-piklab_verifychip.png diff --git a/src/data/hi22-action-piklab_addcurrentfile.png b/src/data/hi22-action-piklab_addcurrentfile.png Binary files differindex 4b27037..8cbb869 100644 --- a/src/data/hi22-action-piklab_addcurrentfile.png +++ b/src/data/hi22-action-piklab_addcurrentfile.png diff --git a/src/data/hi22-action-piklab_addfile.png b/src/data/hi22-action-piklab_addfile.png Binary files differindex f911d65..933f694 100644 --- a/src/data/hi22-action-piklab_addfile.png +++ b/src/data/hi22-action-piklab_addfile.png diff --git a/src/data/hi22-action-piklab_blankcheck.png b/src/data/hi22-action-piklab_blankcheck.png Binary files differindex 4c93c85..8608519 100644 --- a/src/data/hi22-action-piklab_blankcheck.png +++ b/src/data/hi22-action-piklab_blankcheck.png diff --git a/src/data/hi22-action-piklab_breakpoint_active.png b/src/data/hi22-action-piklab_breakpoint_active.png Binary files differindex 35caf7c..73b27d9 100644 --- a/src/data/hi22-action-piklab_breakpoint_active.png +++ b/src/data/hi22-action-piklab_breakpoint_active.png diff --git a/src/data/hi22-action-piklab_breakpoint_disabled.png b/src/data/hi22-action-piklab_breakpoint_disabled.png Binary files differindex c61f4c5..7cb9859 100644 --- a/src/data/hi22-action-piklab_breakpoint_disabled.png +++ b/src/data/hi22-action-piklab_breakpoint_disabled.png diff --git a/src/data/hi22-action-piklab_breakpoint_invalid.png b/src/data/hi22-action-piklab_breakpoint_invalid.png Binary files differindex 7c624cc..6079e59 100644 --- a/src/data/hi22-action-piklab_breakpoint_invalid.png +++ b/src/data/hi22-action-piklab_breakpoint_invalid.png diff --git a/src/data/hi22-action-piklab_breakpoint_reached.png b/src/data/hi22-action-piklab_breakpoint_reached.png Binary files differindex 55255af..a01f6da 100644 --- a/src/data/hi22-action-piklab_breakpoint_reached.png +++ b/src/data/hi22-action-piklab_breakpoint_reached.png diff --git a/src/data/hi22-action-piklab_burnchip.png b/src/data/hi22-action-piklab_burnchip.png Binary files differindex 8590c71..617a848 100644 --- a/src/data/hi22-action-piklab_burnchip.png +++ b/src/data/hi22-action-piklab_burnchip.png diff --git a/src/data/hi22-action-piklab_chip.png b/src/data/hi22-action-piklab_chip.png Binary files differindex 0966442..177beac 100644 --- a/src/data/hi22-action-piklab_chip.png +++ b/src/data/hi22-action-piklab_chip.png diff --git a/src/data/hi22-action-piklab_closeproject.png b/src/data/hi22-action-piklab_closeproject.png Binary files differindex 4983783..ec26bc9 100644 --- a/src/data/hi22-action-piklab_closeproject.png +++ b/src/data/hi22-action-piklab_closeproject.png diff --git a/src/data/hi22-action-piklab_compile.png b/src/data/hi22-action-piklab_compile.png Binary files differindex 7fa7489..65cadff 100644 --- a/src/data/hi22-action-piklab_compile.png +++ b/src/data/hi22-action-piklab_compile.png diff --git a/src/data/hi22-action-piklab_createproject.png b/src/data/hi22-action-piklab_createproject.png Binary files differindex a8b16dc..6ebdc67 100644 --- a/src/data/hi22-action-piklab_createproject.png +++ b/src/data/hi22-action-piklab_createproject.png diff --git a/src/data/hi22-action-piklab_debug_step.png b/src/data/hi22-action-piklab_debug_step.png Binary files differindex 3b7204c..60dbf81 100644 --- a/src/data/hi22-action-piklab_debug_step.png +++ b/src/data/hi22-action-piklab_debug_step.png diff --git a/src/data/hi22-action-piklab_debug_stepin.png b/src/data/hi22-action-piklab_debug_stepin.png Binary files differindex 6a09a4c..c4a7604 100644 --- a/src/data/hi22-action-piklab_debug_stepin.png +++ b/src/data/hi22-action-piklab_debug_stepin.png diff --git a/src/data/hi22-action-piklab_debug_stepout.png b/src/data/hi22-action-piklab_debug_stepout.png Binary files differindex 405f9a9..caaf806 100644 --- a/src/data/hi22-action-piklab_debug_stepout.png +++ b/src/data/hi22-action-piklab_debug_stepout.png diff --git a/src/data/hi22-action-piklab_debug_stepover.png b/src/data/hi22-action-piklab_debug_stepover.png Binary files differindex cb512cb..ee94f58 100644 --- a/src/data/hi22-action-piklab_debug_stepover.png +++ b/src/data/hi22-action-piklab_debug_stepover.png diff --git a/src/data/hi22-action-piklab_debughalt.png b/src/data/hi22-action-piklab_debughalt.png Binary files differindex 69dfb9e..b14e507 100644 --- a/src/data/hi22-action-piklab_debughalt.png +++ b/src/data/hi22-action-piklab_debughalt.png diff --git a/src/data/hi22-action-piklab_decompile.png b/src/data/hi22-action-piklab_decompile.png Binary files differindex 71eeff8..863de1a 100644 --- a/src/data/hi22-action-piklab_decompile.png +++ b/src/data/hi22-action-piklab_decompile.png diff --git a/src/data/hi22-action-piklab_editproject.png b/src/data/hi22-action-piklab_editproject.png Binary files differindex 259c08e..66d8ab3 100644 --- a/src/data/hi22-action-piklab_editproject.png +++ b/src/data/hi22-action-piklab_editproject.png diff --git a/src/data/hi22-action-piklab_erasechip.png b/src/data/hi22-action-piklab_erasechip.png Binary files differindex a13f057..c16dca7 100644 --- a/src/data/hi22-action-piklab_erasechip.png +++ b/src/data/hi22-action-piklab_erasechip.png diff --git a/src/data/hi22-action-piklab_find_next.png b/src/data/hi22-action-piklab_find_next.png Binary files differindex c047271..07e6000 100644 --- a/src/data/hi22-action-piklab_find_next.png +++ b/src/data/hi22-action-piklab_find_next.png diff --git a/src/data/hi22-action-piklab_find_previous.png b/src/data/hi22-action-piklab_find_previous.png Binary files differindex 99cea7c..f087e3b 100644 --- a/src/data/hi22-action-piklab_find_previous.png +++ b/src/data/hi22-action-piklab_find_previous.png diff --git a/src/data/hi22-action-piklab_openproject.png b/src/data/hi22-action-piklab_openproject.png Binary files differindex 2d97fd1..74bf0b2 100644 --- a/src/data/hi22-action-piklab_openproject.png +++ b/src/data/hi22-action-piklab_openproject.png diff --git a/src/data/hi22-action-piklab_power.png b/src/data/hi22-action-piklab_power.png Binary files differindex b479583..2893c77 100644 --- a/src/data/hi22-action-piklab_power.png +++ b/src/data/hi22-action-piklab_power.png diff --git a/src/data/hi22-action-piklab_program_counter.png b/src/data/hi22-action-piklab_program_counter.png Binary files differindex 529281a..4fbcf1d 100644 --- a/src/data/hi22-action-piklab_program_counter.png +++ b/src/data/hi22-action-piklab_program_counter.png diff --git a/src/data/hi22-action-piklab_program_counter_disabled.png b/src/data/hi22-action-piklab_program_counter_disabled.png Binary files differindex 617c4ae..c23e309 100644 --- a/src/data/hi22-action-piklab_program_counter_disabled.png +++ b/src/data/hi22-action-piklab_program_counter_disabled.png diff --git a/src/data/hi22-action-piklab_readchip.png b/src/data/hi22-action-piklab_readchip.png Binary files differindex 1df48d0..7cb8cff 100644 --- a/src/data/hi22-action-piklab_readchip.png +++ b/src/data/hi22-action-piklab_readchip.png diff --git a/src/data/hi22-action-piklab_restart.png b/src/data/hi22-action-piklab_restart.png Binary files differindex a8dad33..3fa8db7 100644 --- a/src/data/hi22-action-piklab_restart.png +++ b/src/data/hi22-action-piklab_restart.png diff --git a/src/data/hi22-action-piklab_run.png b/src/data/hi22-action-piklab_run.png Binary files differindex fc861fb..bc7336c 100644 --- a/src/data/hi22-action-piklab_run.png +++ b/src/data/hi22-action-piklab_run.png diff --git a/src/data/hi22-action-piklab_stop.png b/src/data/hi22-action-piklab_stop.png Binary files differindex c2b68f7..2a7e1bf 100644 --- a/src/data/hi22-action-piklab_stop.png +++ b/src/data/hi22-action-piklab_stop.png diff --git a/src/data/hi22-action-piklab_verifychip.png b/src/data/hi22-action-piklab_verifychip.png Binary files differindex dbd11fa..deea62c 100644 --- a/src/data/hi22-action-piklab_verifychip.png +++ b/src/data/hi22-action-piklab_verifychip.png diff --git a/src/data/hi32-action-piklab_config_assembler.png b/src/data/hi32-action-piklab_config_assembler.png Binary files differindex 198b8d8..0f48fe1 100644 --- a/src/data/hi32-action-piklab_config_assembler.png +++ b/src/data/hi32-action-piklab_config_assembler.png diff --git a/src/data/hi32-action-piklab_config_disassembler.png b/src/data/hi32-action-piklab_config_disassembler.png Binary files differindex 6107b62..bb8df00 100644 --- a/src/data/hi32-action-piklab_config_disassembler.png +++ b/src/data/hi32-action-piklab_config_disassembler.png diff --git a/src/data/hi32-action-piklab_config_programmer.png b/src/data/hi32-action-piklab_config_programmer.png Binary files differindex 586e094..68657b0 100644 --- a/src/data/hi32-action-piklab_config_programmer.png +++ b/src/data/hi32-action-piklab_config_programmer.png diff --git a/src/data/likeback/cr16-action-likeback_dislike.png b/src/data/likeback/cr16-action-likeback_dislike.png Binary files differindex 4f0f8ee..4004c51 100644 --- a/src/data/likeback/cr16-action-likeback_dislike.png +++ b/src/data/likeback/cr16-action-likeback_dislike.png diff --git a/src/data/likeback/cr16-action-likeback_like.png b/src/data/likeback/cr16-action-likeback_like.png Binary files differindex bf6941d..376a9d7 100644 --- a/src/data/likeback/cr16-action-likeback_like.png +++ b/src/data/likeback/cr16-action-likeback_like.png diff --git a/src/data/likeback/hi16-action-likeback_bug.png b/src/data/likeback/hi16-action-likeback_bug.png Binary files differindex 4d7f5a6..827d5f8 100644 --- a/src/data/likeback/hi16-action-likeback_bug.png +++ b/src/data/likeback/hi16-action-likeback_bug.png |