100%
generic-front-panel displays view
Description

Imported from GitHub: rweather/generic-front-panel · commit 25d59d2 · license MIT

Description

Generic Front Panel for Hombrew Computers

README

This directory contains driver code for 1802-based machines in "fp_driver.asm".

The front panel should be wired up to the 1802 microprocessor as follows:

Output 5 is used for the display and input 6 is used for the keypad. If you change these, then modify the "FP_PORT_OUT" and "FP_PORT_IN" definitions in "fp_driver.asm".

The "hello.asm" example scrolls "HELLORLD!" followed by the printable ASCII characters across the display from right to left.

Press any key except RESET to stop the scrolling message. Keys pressed after that (except RESET) will be shown on the display, scrolling in from the right. This allows all keys on the keypad to be tested. Press RESET to start again with the scrolling message.

Comments
Sign in to comment

No comments yet. Be the first to ask about this board.