Closed GoogleCodeExporter closed 8 years ago
This problem appears to be a SPI bus contention between the SDFAT and the
DOGLCD Libraries. This is highlighted by the fact that the LCD would not work
if the SDFAT library was initialised first.
upon further investigation of both libraries the DOGLCD library is using
software SPI while the SDFAT library is using the hardware SPI as default.
After enabling the software SPI in the SDFAT library all appears to be working
together nicely.
SdFatConfig.h
#define USE_SOFTWARE_SPI 1
Original comment by sea...@strobotics.com.au
on 2 Aug 2012 at 3:09
Committed Changes
Original comment by sea...@strobotics.com.au
on 2 Aug 2012 at 3:16
Original issue reported on code.google.com by
sea...@strobotics.com.au
on 2 Aug 2012 at 3:02