Merge pull request #946 from pimoroni/patch-sh1107-example

Fixed background in SH1107 example
test/enable-ulab-py_decl
Philip Howard 2024-06-03 13:54:41 +01:00 zatwierdzone przez GitHub
commit 10fed7edaf
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -30,7 +30,7 @@ int main() {
// }
// }
graphics.set_pen(1);
graphics.set_pen(15);
graphics.clear();
float s = (sin(i / 10.0f) * 1.0f) + 1.5f;