9 lines
150 B
C
9 lines
150 B
C
#ifndef GLOBALSETTINGS_H
|
|
#define GLOBALSETTINGS_H
|
|
|
|
#define WIDTH 32
|
|
#define HEIGHT 8
|
|
#define OUTPUT_PIN 6
|
|
#define MODE XYModes::HORIZONTALSCAN
|
|
|
|
#endif |