Skip to content

Instantly share code, notes, and snippets.

@marcusobrien
Created June 10, 2021 21:40
Show Gist options
  • Save marcusobrien/bf552fb34604fb0d417604c1aac5b8fb to your computer and use it in GitHub Desktop.
Save marcusobrien/bf552fb34604fb0d417604c1aac5b8fb to your computer and use it in GitHub Desktop.
void SMA1::Draw()
{
if (firmware.IsA1() == true)
{
drawNormal();
}
else if (firmware.IsA2() == true)
{
drawDoubleThick();
}
else if (firmware.IsA3() == true)
{
drawTrebleThick();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment