Setup up project name

This commit is contained in:
2020-07-26 16:29:40 -04:00
parent cf3d56910d
commit 8a6b088ea7
2 changed files with 4 additions and 6 deletions

View File

@@ -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();