You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When attempting to test the “lcdhello.ino” sketch included with the MultiLCD library I encounter compile errors until I add the following include line:
include <SPI.h>
I’m using the Microduino-Core processor card in conjunction with a Microduino modified Arduino IDE 1.0.5 on an Apple MacBook Pro.
After adding 'SPI.h' the library appears to be fully functional.
I presume the SPI library is required due to the SSD1306 I2C interface but if so why was this necessary given the SSD1306 hardware was specifically asserted in the sketch?
LCD_SSD1306 lcd; /* for SSD1306 OLED module */
Please note this problem only applies to the MultiLCD library. Test the “lcdhello.ino” sketch included with the MiniCD library gave no compile errors despite the absence of the SPI library.
The text was updated successfully, but these errors were encountered:
When attempting to test the “lcdhello.ino” sketch included with the MultiLCD library I encounter compile errors until I add the following include line:
include <SPI.h>
I’m using the Microduino-Core processor card in conjunction with a Microduino modified Arduino IDE 1.0.5 on an Apple MacBook Pro.
After adding 'SPI.h' the library appears to be fully functional.
I presume the SPI library is required due to the SSD1306 I2C interface but if so why was this necessary given the SSD1306 hardware was specifically asserted in the sketch?
LCD_SSD1306 lcd; /* for SSD1306 OLED module */
Please note this problem only applies to the MultiLCD library. Test the “lcdhello.ino” sketch included with the MiniCD library gave no compile errors despite the absence of the SPI library.
The text was updated successfully, but these errors were encountered: