aboutsummaryrefslogtreecommitdiff
path: root/config.h
blob: 61d0e7b0efa2620005dded50ed314b35f786c73c (plain)
1
2
3
4
5
6
7
8
9
#ifndef CONFIG_H_
#define CONFIG_H_

#include <stdint.h>

static const uint32_t min_width = 600;
static const uint32_t font_size = 16;

#endif