project('dejvino-ST7735', 'c')
src = ['main.c', 'spilcd_gfx.c', 'spilcd_font.c', 'st7735.c']
executable('st7735', src, link_args: '-lwiringPi')