diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-02-24 18:42:24 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-02-24 18:42:24 +0000 |
commit | f508189682b6fba62e08feeb1596f682bad5fff9 (patch) | |
tree | 28aeb0e6c19386c385c1ce5edf8a92c1bca15281 /test/jal | |
download | piklab-f508189682b6fba62e08feeb1596f682bad5fff9.tar.gz piklab-f508189682b6fba62e08feeb1596f682bad5fff9.zip |
Added KDE3 version of PikLab
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/piklab@1095639 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'test/jal')
-rw-r--r-- | test/jal/test.jal | 13 | ||||
-rw-r--r-- | test/jal/test.piklab | 15 | ||||
-rw-r--r-- | test/jal/test2.jal | 2 | ||||
-rw-r--r-- | test/jal/test_standalone.jal | 13 |
4 files changed, 43 insertions, 0 deletions
diff --git a/test/jal/test.jal b/test/jal/test.jal new file mode 100644 index 0000000..c19fbc7 --- /dev/null +++ b/test/jal/test.jal @@ -0,0 +1,13 @@ +include 16c84_10 + +include jdelay +include hd447804 + + +HD44780_clear + +HD44780_write( 72 ) -- H +HD44780_write( 97 ) -- a +HD44780_write( 108 ) -- l +HD44780_write( 108 ) -- l +HD44780_write( 111 ) -- o diff --git a/test/jal/test.piklab b/test/jal/test.piklab new file mode 100644 index 0000000..6a6a4ff --- /dev/null +++ b/test/jal/test.piklab @@ -0,0 +1,15 @@ +<!DOCTYPE piklab> +<piklab> + <general> + <device>16C84</device> + <tool>jal</tool> + <files> + <item>test.jal</item> + <item>test2.jal</item> + </files> + <opened_files> + <item>test.jal</item> + <item>test2.jal</item> + </opened_files> + </general> +</piklab> diff --git a/test/jal/test2.jal b/test/jal/test2.jal new file mode 100644 index 0000000..e26aa9c --- /dev/null +++ b/test/jal/test2.jal @@ -0,0 +1,2 @@ + +HD44780_write( 111 ) -- o
\ No newline at end of file diff --git a/test/jal/test_standalone.jal b/test/jal/test_standalone.jal new file mode 100644 index 0000000..c19fbc7 --- /dev/null +++ b/test/jal/test_standalone.jal @@ -0,0 +1,13 @@ +include 16c84_10 + +include jdelay +include hd447804 + + +HD44780_clear + +HD44780_write( 72 ) -- H +HD44780_write( 97 ) -- a +HD44780_write( 108 ) -- l +HD44780_write( 108 ) -- l +HD44780_write( 111 ) -- o |