Skip to content

reihakuro/eeprom-programming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2732 PROGRAMMING FOR LED DISPLAY

This repository contains assembly and binary programs used to program EPROM 2732 for driving LED display systems.

The project focuses on using low-level memory mapping techniques to generate output patterns for:

  • 7-segment LEDs
  • LED matrix displays

All display behaviors are pre-defined and stored directly in EPROM.

🧠 Key Concepts

  • EPROM memory mapping
  • Address decoding
  • Binary pattern encoding for LEDs
  • Assembly-level control of hardware

⚙️ How It Works

The EPROM 2732 stores predefined data patterns. Each memory address corresponds to a specific LED output state.

  • Address lines → Select pattern
  • Data lines → Drive LED outputs
  • No microcontroller required

📂 Project Structure

├── 16-led-7seg     # Control 16 7-segment LEDs 
├── 2-led-matrix    # Control 2 8x8 LED matrix
├── 4-led-matrix    # Control 4 8x8 LED matrix
└── 4-led           # Control 4 7-segment LEDs

Go to each directory for more details

About

A collection of low-level assembly and binary programs used to program EPROM 2732 for driving 7-segment and LED matrixes. Supporting simulation.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors