achimdoebler / UGUI

µGUI - Open Source GUI module for embedded systems

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ugui.h: system.h: No such file

blapalp opened this issue · comments

Comment would help if you're supposed to adapt this.

As far as I can tell you need to replace this with the header file relevant for the family/ series of processor you're using, so for example in my case I'm using an Atmel AVR microcontroller so I changed it to
#include <avr/io.h>
and everything appears to be working

Depending on your environment, #include <stdint.h> also works