Keyboard matrix state info

A place to discuss everything Dragon related that doesn't fall into the other categories.
Post Reply
jedie
Posts: 655
Joined: Wed Aug 14, 2013 12:23 pm
Location: germany
Contact:

Keyboard matrix state info

Post by jedie »

I created a simple BASIC programm to see the Keyboard matrix state. Sources: https://github.com/jedie/PyDragon32/blo ... yboard.bas

Example screenshow with the "Y" key is pressed down. You see that this is saved in $0153:

Image

Example with "U" is hold down:

Image
... too many ideas and too little time ... Related stuff written in Python:
Dragon 32 emulator / PyDC - Python Dragon 32 converter: https://github.com/jedie/DragonPy
DWLOAD server / Dragon-Lib and other stuff: https://github.com/6809
jedie
Posts: 655
Joined: Wed Aug 14, 2013 12:23 pm
Location: germany
Contact:

Re: Keyboard matrix state info

Post by jedie »

TODO: I should display the value of $151, too ;)
... too many ideas and too little time ... Related stuff written in Python:
Dragon 32 emulator / PyDC - Python Dragon 32 converter: https://github.com/jedie/DragonPy
DWLOAD server / Dragon-Lib and other stuff: https://github.com/6809
User avatar
robcfg
Posts: 1527
Joined: Sat Apr 04, 2009 10:16 pm
Location: Stockholm, Sweden
Contact:

Re: Keyboard matrix state info

Post by robcfg »

If you use hex values for that, they may fit without modifying your screen layout.
Post Reply