change helix/ssd1306.c for select glcdfont.c position

pull/2854/head^2
mtei 8 years ago
parent 4afd970dc4
commit 277dc5f925

@ -4,7 +4,11 @@
#include "i2c.h" #include "i2c.h"
#include <string.h> #include <string.h>
#include "print.h" #include "print.h"
#ifndef LOCAL_GLCDFONT
#include "common/glcdfont.c" #include "common/glcdfont.c"
#else
#include <helixfont.h>
#endif
#ifdef ADAFRUIT_BLE_ENABLE #ifdef ADAFRUIT_BLE_ENABLE
#include "adafruit_ble.h" #include "adafruit_ble.h"
#endif #endif

Loading…
Cancel
Save