Andrew Mackie
-
2011-01-23
- labels: --> Code
Currently, the GLCD library file ks0108_Arduino.h is altered to move EN from Arduino pin 18 (analog 4) to 3. This is to accommodate the analog joystick which needs the pins. I think it's possible in the PDE to #undef EN, then #define EN, thus developers don't need to dirty the library file.