mtnscott / Adafruit_ILI9341

pkourney port of Adafruit_ILI9341 for Spark
Other
1 stars 19 forks source link

replaced references to BRR and BSRR as mentioned in https://community… #4

Open insano10 opened 7 years ago

insano10 commented 7 years ago

….particle.io/t/pin-map-issue-with-adafruit-ssd1351-oled-sd-card/16110/5 as it does not verify in the particle build IDE

I was trying to use your library in the Particle Build IDE and got some compile errors regarding the GPIO pins. After a bit of digging I found this community post detailing the change that needed to be made in order to compile again with the latest code.

http://community.particle.io/t/pin-map-issue-with-adafruit-ssd1351-oled-sd-card/16110/2

I can confirm that the example program now works fine on my Photon compiled through the cloud IDE.

Should resolve issue #3