UniGraphic demo for TFT and LCD, par or spi

Dependencies:   UniGraphic

Issue: Build Problems

Hello

When I build the project I get couple of build issues:

Need to change all font declarations from

E.g. align(2) char burp[] = {.....}

to char burp[] attribute((aligned(1))) ={....};

Second problem is I het alit of warnings: pavement_48x34.h:207:1: warning: narrowing conversion of 'xxx' from 'int' to 'const char' inside { } is ill-formed in C++11

Are those issues or my fault?

1 comment:

21 Jun 2016

Forgot to mention I am using KDS 3.2