FreeRTOS Emulator with SDL2 Based Graphics and Input Library
1.0
A POSIX wrapper to run FreeRTOS on an x86 machine with some basic input and output libraries aimed at making teaching FreeRTOS simpler.
EmulatorConfig.h
Go to the documentation of this file.
1
24
#ifndef __EMULATOR_CONFIG_H__
25
#define __EMULATOR_CONFIG_H__
26
27
#define WINDOW_TITLE "My FreeRTOS Emulator"
28
#define SCREEN_WIDTH 640
29
#define SCREEN_HEIGHT 480
30
// Relative to bin directory
31
#define RESOURCES_DIRECTORY "../resources"
32
// Relative to resources directory
33
#define FONTS_DIRECTORY "fonts"
34
#define DEFAULT_FONT "IBMPlexSans-Medium.ttf"
35
#define DEFAULT_FONT_SIZE 15
36
37
#define configFPS_LIMIT 1
38
#define configFPS_LIMIT_RATE 50
39
40
#endif
//__EMULATOR_CONFIG_H__
include
EmulatorConfig.h
Generated by
1.9.1