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
Copy file name to clipboardExpand all lines: README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -92,11 +92,15 @@ Ensure that you have the latest version of the SparkFun Qwiic CircuitPython bund
92
92
circup bundle-add sparkfun/Qwiic_Py
93
93
```
94
94
95
-
Finally, connect a device with CircuitPython installed to your computer and then install the package directly to your device with circup.
95
+
Then, connect a device with CircuitPython installed to your computer and then install the package directly to your device with circup.
96
96
```sh
97
97
circup install --py qwiic_oled
98
98
```
99
99
100
+
> [!NOTE]
101
+
> This library requires a decent stack size in order to run. In a file named "settings.toml" in the base directory on your CircuitPython board,
102
+
> add the following line: ```CIRCUITPY_PYSTACK_SIZE=12288```. If you don't perform this step you will likely get "pystack exhausted" errors when trying to use these modules.
103
+
100
104
If you would like to install any of the examples from this repository, issue the corresponding circup command from below. (NOTE: The below syntax assumes you are using CircUp on Windows. Linux and Mac will have different path seperators. See the [CircUp "example" command documentation](https://learn.adafruit.com/keep-your-circuitpython-libraries-on-devices-up-to-date-with-circup/example-command) for more information)
0 commit comments