[FEAT] All screen modes implemented

This commit is contained in:
2021-12-04 10:52:08 +01:00
parent 0482467037
commit 7552136845
4 changed files with 116 additions and 33 deletions

View File

@@ -163,3 +163,4 @@ void poke(uint16_t addr, uint8_t val);
void sound(float freq, uint32_t len);
void nosound();
void setmode(const uint8_t mode);