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
I used the Display Print example. Then i downloaded the Arduiono code produced by the website. The code didnt work on my maschine.
Expected Behavior
It should work.
Current Behavior
It didnt work.
Possible Solution
I solved it by changing the constructor from "Adafruit_SSD1306 display(SCREEN_WIDTH, SCREEN_HEIGHT, &Wire, OLED_RESET);" to "Adafruit_SSD1306 display(OLED_RESET);". (OLED_RESET is just a int)
Steps to Reproduce (for bugs)
go to the website and use the "Display print" example
download Arduiono code
try to compile it local
-> it says couldnt match the constructor
Context
I think you just use an other Version of the Arduino SAMD Boards or the senseBox MCU in your Blockly. In that case it would by helpful to write your Version in the Documentation. Thanks!
Your Environment
Arduino SAMD Boards 1.6.10
senseBox MCU 1.5.0
The text was updated successfully, but these errors were encountered:
Reporting a Bug
I used the Display Print example. Then i downloaded the Arduiono code produced by the website. The code didnt work on my maschine.
Expected Behavior
It should work.
Current Behavior
It didnt work.
Possible Solution
I solved it by changing the constructor from "Adafruit_SSD1306 display(SCREEN_WIDTH, SCREEN_HEIGHT, &Wire, OLED_RESET);" to "Adafruit_SSD1306 display(OLED_RESET);". (OLED_RESET is just a int)
Steps to Reproduce (for bugs)
-> it says couldnt match the constructor
Context
I think you just use an other Version of the Arduino SAMD Boards or the senseBox MCU in your Blockly. In that case it would by helpful to write your Version in the Documentation. Thanks!
Your Environment
Arduino SAMD Boards 1.6.10
senseBox MCU 1.5.0
The text was updated successfully, but these errors were encountered: