diff --git a/epicardium/main.c b/epicardium/main.c
index 8e01f8ee9d3c15e14dbd077f4b4650f57f69373d..d6debe46dbaadaf87db23fc7efe64c66ed8a3ce2 100644
--- a/epicardium/main.c
+++ b/epicardium/main.c
@@ -11,6 +11,9 @@
 #include "api/dispatcher.h"
 #include "modules/modules.h"
 
+#include <Heart.h>
+#include "GUI_Paint.h"
+
 #include "FreeRTOS.h"
 #include "task.h"
 
@@ -35,6 +38,9 @@ int main(void)
 	card10_init();
 	card10_diag();
 
+	Paint_DrawImage(Heart, 0, 0, 160, 80);
+	LCD_Update();
+
 	/* TODO: Move this to its own function */
 	SCB->SCR |= SCB_SCR_SEVONPEND_Msk;