mirror of
https://github.com/AquaMorph/Droplets.git
synced 2025-09-14 05:50:31 +00:00
Setup up project name
This commit is contained in:
@@ -30,7 +30,7 @@ void ProcessOled() {
|
||||
std::string str;
|
||||
char* cstr = &str[0];
|
||||
patch.display.SetCursor(0,0);
|
||||
str = "Daisy Template";
|
||||
str = "Cascade";
|
||||
patch.display.WriteString(cstr, Font_7x10, true);
|
||||
|
||||
patch.display.Update();
|
||||
|
Reference in New Issue
Block a user