Add SAF frontend

This commit is contained in:
Miloslav Ciz 2025-05-19 18:40:36 +02:00
parent bf2cd38337
commit c2bcf2d325
8 changed files with 131 additions and 40 deletions

View file

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