The code that runs behind FloorChart

Source: Georgia Tech Digital Humanities Lab
URL: The code that runs behind FloorChart
Floor Chart Code The Floor Chart is a 30×30 grid of buttons and matching 30×30 grid of LEDs. Each button is underneath an LED. The floor chart code can be thought of at a high level as taking input from the buttons and translating those into color changes in the LEDs. The ultimate goal is that clicking a particular button results in the cycling through a set of colors for the corresponding LED. The 30×30 grid of buttons is made of 30 vertical strips overlaid on 30 horizontal strips. When pressing a particular place on the grid, one vertical strip…
Read More: The code that runs behind FloorChart