ichpuchtli / simavr

simavr is a lean, mean and hackable AVR simulator for linux & OSX
GNU General Public License v3.0
0 stars 0 forks source link

LED Matrix (Multiplexed) Simulation #1

Open ichpuchtli opened 11 years ago

ichpuchtli commented 11 years ago

The mutliplexed 16x8 led matrix should be simulated which considers the following possible electronic nuances.

  1. Duty Cycle effect on led brightness
  2. Pulse Frequency relationship with human eye

The simulation should provide a graphical user interface written in C++ and Qt.

After #2 is done simavr will be integrated into the qt application, once this is compiling a simple avr program will flip a bit on a port and the qt application will acknowledge this with a printf statement.

Predictions: Lines Of Code: 400 Lines Code Time: 6 Hours

ichpuchtli commented 11 years ago

Code Time So Far: 35 Hours Lines Of Code So Far: 495 Lines

Predictions: Lines Of Code Remaining: 600-700 Lines Code Time: 8 Hours