aboutsummaryrefslogtreecommitdiff
path: root/sword1/screen.h
diff options
context:
space:
mode:
Diffstat (limited to 'sword1/screen.h')
-rw-r--r--sword1/screen.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/sword1/screen.h b/sword1/screen.h
index 3c7326e8f4..569b1fccb2 100644
--- a/sword1/screen.h
+++ b/sword1/screen.h
@@ -91,6 +91,12 @@ public:
void fnFlash(uint8 color);
void fnBorder(uint8 color);
+#ifdef BACKEND_8BIT
+ void plotYUV(byte *lut, int width, int height, byte *const *dat);
+#endif
+
+
+
private:
// for router debugging
void drawLine(uint16 x1, uint16 y1, uint16 x2, uint16 y2);