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: docs/generators/daisy_json.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -143,6 +143,8 @@ Some boards like the [Patch](https://github.com/Wasted-Audio/hvcc/blob/develop/h
143
143
An empty `"display": {}` section triggers inclusion via the default configuration. However by itself it doesn't do anything. You can add several optional settings to use the oled.
144
144
145
145
-`driver` - Which oled driver to use.
146
+
-`config` - Additional [OLED configuration](https://github.com/electro-smith/libDaisy/blob/master/src/dev/oled_ssd130x.h#L30-L35) options as a dictionary.
147
+
-`dim` - Specific OLED dimensions (defaults to `[128, 64]`)
146
148
-`process` - Inline C++ code for the `Display()` function.
147
149
-`process_file` - External C++ file with `Display()` function. This overrides the inline code.
148
150
-`params` - List of `@hv_param` sends meant for display. These can be float values and available in the code prepended with `f`, like `fcustom1` for instance.
0 commit comments