Skip to content
Snippets Groups Projects
Commit 2c17ecff authored by schneider's avatar schneider
Browse files

feat(helloworld): say who we are

parent 62224911
No related branches found
No related tags found
No related merge requests found
......@@ -125,7 +125,9 @@ int main(void)
oledInit(0x3c, 0, 0);
oledFill(0x00);
oledWriteString(0, 0, " card10", 1);
oledWriteString(0, 0, "Hello", 0);
oledWriteString(0, 2, "my name is", 0);
oledWriteString(0, 4, "card10", 1);
if(bhy_driver_init(bhy1_fw)) {
printf("Failed to init bhy\n");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment