VizicTechnologies / SmartGPU2-Arduino

Oficial Repository of SmartGPU2 Processors Library to be used with Arduino Environment
https://www.vizictechnologies.com/products
GNU General Public License v3.0
2 stars 3 forks source link

Not working with NodeMCU #1

Open Biest-stgt opened 4 years ago

Biest-stgt commented 4 years ago

The Library is not able to be compiled with NodeMCU (based on 8266). Maybe you can check that and make it working would be really awsome.

Biest-stgt commented 4 years ago

It is also not working with a Teensy 3.5, so i think ist a 32bit Problem. The Problem is the Response from the Display. Objects without Respons work fine (draw arc for example). String or & Touchinputs (&Point) not. Deleting the return for strings in the Library makes them work, but thats no solution for the touchinput I want to receive..