~ruther/CTU-FEE-B0B35APO-Semestral-project

d9704d2790d366147edaab5fb5ace43ebaa6e3f5 — František Boháček 3 years ago 86290c5
feat: add keyboard and rotation encoders constants
2 files changed, 7 insertions(+), 0 deletions(-)

A text-viewer/include/keyboard_const.h
A text-viewer/include/rotation_const.h
A text-viewer/include/keyboard_const.h => text-viewer/include/keyboard_const.h +4 -0
@@ 0,0 1,4 @@
#define KEYBOARD_LEFT 'h'
#define KEYBOARD_RIGHT 'l'
#define KEYBOARD_DOWN 'j'
#define KEYBOARD_UP 'k'

A text-viewer/include/rotation_const.h => text-viewer/include/rotation_const.h +3 -0
@@ 0,0 1,3 @@
#define ROTATION_ENCODER_HORIZONTAL 0
#define ROTATION_ENCODER_VERTICAL 1
#define ROTATION_ENCODER_ZOOM 2

Do not follow this link