HARDWARE
ASSEMBLY
KIM-1
MICROCOMPUTER
CIRCUITS
Finished

[Project] KIM-1 LCD Trivia Game

This project marks my first attempt at physical computing involving low-level programming and circuit design. The project showcases a Trivia game that is displayed on an LCD. By pressing the buttons on the keypad, the user can choose an answer to the displayed question and play the game.

Here is a quick demonstration of the project.

Demo

For my tech friends

The project runs on the vintage computer KIM-1, which is based on the 6502-CPU. The program is written in ASM and sent to the KIM-1 via Tera Term. The source code of the project can be found here.

Materials used for this project:

SPI is used for data transmission between the LCD and KIM-1. The schematics are shown below Schematics