From a33d3b4cf4f949c835d1d2283b1cf98d2fcb2fb2 Mon Sep 17 00:00:00 2001 From: canarddu38 <71982379+canarddu38@users.noreply.github.com> Date: Sun, 11 Feb 2024 22:43:33 +0100 Subject: [PATCH] Delete rootfs/usr/share/d3m0n/display.hpp --- rootfs/usr/share/d3m0n/display.hpp | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 rootfs/usr/share/d3m0n/display.hpp diff --git a/rootfs/usr/share/d3m0n/display.hpp b/rootfs/usr/share/d3m0n/display.hpp deleted file mode 100644 index bc34fd12..00000000 --- a/rootfs/usr/share/d3m0n/display.hpp +++ /dev/null @@ -1,14 +0,0 @@ -// display.h -#ifndef DISPLAY_H -#define DISPLAY_H - -class display { -public: - void init(); - int width = 240; - int height = 320; - short backColor = 0x0; - // Declare other member functions and variables here -}; - -#endif // DISPLAY_H \ No newline at end of file