added begin()
drawBitmap() display() exports for testing purposes
This commit is contained in:
parent
1c582941d8
commit
79a913f442
4 changed files with 37 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue