From 260f05025631031b7cc4904805d5017feaf53eda Mon Sep 17 00:00:00 2001 From: Aldrik Ramaekers Date: Thu, 30 Jan 2020 21:11:12 +0100 Subject: initial commit --- src/config.h | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 src/config.h (limited to 'src/config.h') diff --git a/src/config.h b/src/config.h new file mode 100644 index 0000000..a1a7611 --- /dev/null +++ b/src/config.h @@ -0,0 +1,18 @@ +/* +* BSD 2-Clause “Simplified” License +* Copyright (c) 2019, Aldrik Ramaekers, aldrik.ramaekers@protonmail.com +* All rights reserved. +*/ + +#ifndef INCLUDE_CONFIG +#define INCLUDE_CONFIG + +#define TARGET_FRAMERATE 1000/24.0 + +#define SCROLL_SPEED 50 +#define FILE_RESERVE_COUNT 500 +#define ERROR_RESERVE_COUNT 10 +#define MAX_ERROR_MESSAGE_LENGTH 120 +#define MAX_STATUS_TEXT_LENGTH 120 + +#endif \ No newline at end of file -- cgit v1.2.3-70-g09d2