kopia lustrzana https://github.com/pimoroni/pimoroni-pico
set pen for text to 15 for better visibility
rodzic
c00fee673e
commit
f427a74d55
|
@ -46,7 +46,7 @@ int main() {
|
||||||
graphics.set_pen(0);
|
graphics.set_pen(0);
|
||||||
graphics.clear();
|
graphics.clear();
|
||||||
|
|
||||||
graphics.set_pen(1);
|
graphics.set_pen(15);
|
||||||
graphics.set_font("bitmap8");
|
graphics.set_font("bitmap8");
|
||||||
graphics.text("Hello World", {0, 0}, 296);
|
graphics.text("Hello World", {0, 0}, 296);
|
||||||
graphics.text("Has this worked?!", {0, 16}, 296);
|
graphics.text("Has this worked?!", {0, 16}, 296);
|
||||||
|
|
Ładowanie…
Reference in New Issue