Skip to content

Instantly share code, notes, and snippets.

@knielsen
Created January 9, 2017 16:01
Show Gist options
  • Save knielsen/ab2603a46144ffbc6b3af7e0939f635a to your computer and use it in GitHub Desktop.
Save knielsen/ab2603a46144ffbc6b3af7e0939f635a to your computer and use it in GitHub Desktop.
size_t IeeFlip::write(uint8_t character)
{
// Remap from LCD custom character locations to Flip locations.
writeInternal(character, LOW);
return 1;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment