Skip to content

Commit 18dc36c

Browse files
Deployed 066720b to develop with MkDocs 1.6.1 and mike 2.2.0
1 parent dbf6a42 commit 18dc36c

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

0 Bytes
Binary file not shown.

develop/generators/daisy_json/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2161,6 +2161,8 @@ <h3 id="oled-display">OLED Display</h3>
21612161
<p>An empty <code>"display": {}</code> 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.</p>
21622162
<ul>
21632163
<li><code>driver</code> - Which oled driver to use.</li>
2164+
<li><code>config</code> - Additional <a href="https://github.com/electro-smith/libDaisy/blob/master/src/dev/oled_ssd130x.h#L30-L35">OLED configuration</a> options as a dictionary.</li>
2165+
<li><code>dim</code> - Specific OLED dimensions (defaults to <code>[128, 64]</code>)</li>
21642166
<li><code>process</code> - Inline C++ code for the <code>Display()</code> function.</li>
21652167
<li><code>process_file</code> - External C++ file with <code>Display()</code> function. This overrides the inline code.</li>
21662168
<li><code>params</code> - List of <code>@hv_param</code> sends meant for display. These can be float values and available in the code prepended with <code>f</code>, like <code>fcustom1</code> for instance.</li>

develop/search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)