Definition at line 887 of file funky.cpp.
887 {
889 for (int i = 0; i < 5; i++) {
890 Line(3 * i, 16 -
left[i] / 64, 3 * (i + 1), 16 -
left[i + 1] / 64,
891 255 - i * 15);
892 }
895}
void HorizontalStream(byte scale)
void Line(int x0, int y0, int x1, int y1, byte color)
References HorizontalStream(), left, Line(), ReadAudio(), and ShowFrame().