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

6e360c273a14585ba2414d56dc212847287afa96 — František Boháček 3 years ago 5fba286
fix: put correct max color constants
1 files changed, 3 insertions(+), 3 deletions(-)

M image-viewer/include/display_utils.h
M image-viewer/include/display_utils.h => image-viewer/include/display_utils.h +3 -3
@@ 3,9 3,9 @@

#include <stdint.h>

#define DISPLAY_MAX_RED 0x11111
#define DISPLAY_MAX_GREEN 0x111111
#define DISPLAY_MAX_BLUE 0x11111
#define DISPLAY_MAX_RED 31u
#define DISPLAY_MAX_GREEN 63u
#define DISPLAY_MAX_BLUE 31u

#define DISPLAY_WIDTH 480
#define DISPLAY_HEIGHT 320

Do not follow this link