Skip to content

Commit 8f20b9f

Browse files
committed
added new assets
added mario lotus and mario running image assets; added imageSetIndex integer to Spectrometer.h; adjusted comment in GridTransformer.cpp
1 parent 312656c commit 8f20b9f

File tree

6 files changed

+2
-1
lines changed

6 files changed

+2
-1
lines changed

GridTransformer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ void GridTransformer::SetPixel(int x, int y, uint8_t red, uint8_t green, uint8_t
122122
{
123123
return;
124124
}
125-
// check if pixel exceeds cutoff
125+
// check if pixel exceeds cutoff (minimum) check
126126
if(!this->overrideCutoff && red < this->cutoff && green < this->cutoff && blue < this->cutoff)
127127
{
128128
return;

Mario-Lotus-1.bmp

6.05 KB
Binary file not shown.

Mario-Lotus-2.bmp

6.05 KB
Binary file not shown.

Mario-Lotus.gif

677 Bytes
Loading

Spectrometer.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ class Spectrometer
7575

7676
private:
7777

78+
int imageSetIndex = 0;
7879
int panelWidth = 0;
7980
int panelHeight = 0;
8081
float seconds = 0.0;

mario-running.gif

614 Bytes
Loading

0 commit comments

Comments
 (0)