bitbank2 / bb_spi_lcd

SPI LCD/OLED library which can be built for Arduino and Linux
GNU General Public License v3.0
89 stars 13 forks source link

Current version from master clashes with bb_captouch #18

Open TheNitek opened 5 months ago

TheNitek commented 5 months ago

The current version on the master branch clashes with the bb_captouch library, due to bb_captouch.h:74:16: error: redefinition of 'struct _fttouchinfo'

The latest releases version works fine (due to missing touchscreen support)

bitbank2 commented 5 months ago

For now, change the order you include them in your sketch. I need to release a new bb_captouch and bb_spi_lcd to really solve this issue.

TheNitek commented 5 months ago

I don't think the order will help (or I messed something up), but that's not an issue for me right now. Just wanted to point it out before the next release happens.