spuder / All-Spark-Cube

Software to control an RGB led cube
20 stars 6 forks source link

Migrate RowObject.displayOneRow() to parent #51

Closed spuder closed 11 years ago

spuder commented 12 years ago

The row class has a method to display the rows

This is not a good design for multiple windows all drawing the same leds at once.

The parent panel_2d should be responsible for drawing the leds, nor the row class.

Move dispalyOneRow() from the row class to the panel_2d class

spuder commented 11 years ago

Wont fix. This will be resolved in the rearchitecture