diff --git a/src/FrameChooser.js b/src/FrameChooser.js index 2f6fcc7..84b5ffe 100644 --- a/src/FrameChooser.js +++ b/src/FrameChooser.js @@ -30,6 +30,7 @@ function FrameChooser({ onChange }) { // '2xSOM-Blue-Green', // '2xSOM-Red-Yellow', '4xSOM-Blue-Red-Yellow-Green', + '4xSOM-Blue-Red-Yellow-Green-Overflow', ] .map(async frame_filename => { return { diff --git a/src/frames/4xSOM-Blue-Red-Yellow-Green-Overflow.png b/src/frames/4xSOM-Blue-Red-Yellow-Green-Overflow.png new file mode 100644 index 0000000..92078fe Binary files /dev/null and b/src/frames/4xSOM-Blue-Red-Yellow-Green-Overflow.png differ