X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=_Internals.pde;h=8b2e3da71afa4e408845f78669dace1f2a580e82;hb=e7f14d4d86fc5f0228895b610971a032fa096394;hp=580e1730433f070baf019a40e421d19997ac34fc;hpb=a3ccf23a7e146d62a1f2f15389afc1cd24f35554;p=SugarCubes.git diff --git a/_Internals.pde b/_Internals.pde index 580e173..8b2e3da 100644 --- a/_Internals.pde +++ b/_Internals.pde @@ -204,6 +204,10 @@ void draw() { debugUI.draw(); } + // TODO(dan): if you want to, here would be a good place to + // put in gamma correction, modifying the colors that get + // sent to the pandaboards, without mucking up the UI here + // TODO(mcslee): move into GLucose engine for (PandaDriver p : pandaBoards) { p.send(colors);