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
First of all, great job putting all this together. I'm using sduino via makefile include on macOs. So far I got the blink example to work using the stlink v2 😀👍
My next step is to get the Mini SSD1307 example to work. Currently I get the following compile error:
I am trying this example with my STM8S103F board and I am getting: Global variables use 1141 bytes (111%) of dynamic memory, leaving -117 bytes for local variables. Maximum is 1024 bytes.
What should I do to make it works?
Thanks
First of all, great job putting all this together. I'm using sduino via makefile include on macOs. So far I got the blink example to work using the stlink v2 😀👍
My next step is to get the Mini SSD1307 example to work. Currently I get the following compile error:
The code at the location is the following:
Should the line with
data[i]
be set toaddress
?Hint: I have used esp8266's with 128x64 oled displays with I2C/SPI successfully so far, but have no clue about the details of I2C.
The text was updated successfully, but these errors were encountered: