sumotoy / RA8875

A library for RAiO RA8875 display driver for Teensy3.x or LC/Arduino's/Energia/Spark
GNU General Public License v3.0
79 stars 55 forks source link

serialEvent does not work #141

Open albertocausa opened 5 years ago

albertocausa commented 5 years ago

The problem is that with the ra8875 library of sumotoy it seems that the interrupts are disabled making the serial event function of the arduino DUE is also disabled. How could I do so that the interrupts are enabled again? Thanks for giving me your time