Add SAF frontend
This commit is contained in:
parent
bf2cd38337
commit
c2bcf2d325
8 changed files with 131 additions and 40 deletions
|
@ -148,13 +148,6 @@ void LCR_sleep(uint16_t timeMs)
|
|||
#endif
|
||||
}
|
||||
|
||||
#ifdef __EMSCRIPTEN__
|
||||
void webButton(uint8_t key, uint8_t down) // HTML button pressed
|
||||
{
|
||||
// TODO
|
||||
}
|
||||
#endif
|
||||
|
||||
void LCR_drawPixel(unsigned long index, uint16_t color)
|
||||
{
|
||||
screen[index] = color;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue