interface and drivers
This commit is contained in:
13
app/bitmaps/bitmap_wave.h
Normal file
13
app/bitmaps/bitmap_wave.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#pragma once
|
||||
|
||||
#include "display_gfx.h"
|
||||
|
||||
typedef enum
|
||||
{
|
||||
WAVE_SIN,
|
||||
WAVE_TRI,
|
||||
WAVE_SQR,
|
||||
WAVE_MAX
|
||||
} BITMAP_wave_t;
|
||||
|
||||
extern const GFX_bitmap_t wave[WAVE_MAX];
|
||||
Reference in New Issue
Block a user