Browse Source

removed obsolete comment

feature/2015
Christian Kroll 10 years ago
parent
commit
b8c997e9d3
  1. 2
      src/borg_hw/borg_hw_lolshield.c

2
src/borg_hw/borg_hw_lolshield.c

@ -493,8 +493,6 @@ static void compose_cycle(uint8_t const cycle, uint8_t plane) {
uint8_t pins_e = sink_e = pgm_read_byte(&sink_e_cycle[cycle]);
// convert Borgware-2D framebuffer to LoL Shield cycles on Arduino Leonardo
// (I could have done this with a lookup table, but that would be slower as
// non-constant bit shifts are quite expensive on AVR)
// NOTE: (0,0) is UPPER RIGHT in the Borgware realm
if (plane < NUMPLANE) {
switch(cycle) {

Loading…
Cancel
Save