initialisation - JamJar00/JUI GitHub Wiki
To initialise JUI add the following to your file.
#include <avr/interrupt.h>
#include "jui/jui.h"
int main() {
init_jui();
sei();
}
This will enable the LCD and inputs and will set the internal clock to 8MHz.