added begin()

drawBitmap()
      display()
      exports for testing purposes
This commit is contained in:
ZennDev1337 2023-10-02 11:18:17 +02:00
parent 1c582941d8
commit 79a913f442
4 changed files with 37 additions and 0 deletions

View file

@ -13,6 +13,12 @@ Arduboy2 arduboy;
#include <ArduboyTones.h>
#include "./library/arduboy/arduboy_tones_export.h"
#endif
#if defined(ArduboyFX_Library)
#include <ArduboyFX.h>
#include "./library/arduboy/arduboyfx_export.h"
#endif
#if defined(ArdVoice_Library)
#include <ArdVoice.h>
ArdVoice ardvoice;