Files
fun_gen_amp_test/app/bitmaps/bitmap_wave.h
2023-09-27 20:13:23 +02:00

13 lines
169 B
C

#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];