From c3f473e6db75c569edd4253d1e2300abc888c392 Mon Sep 17 00:00:00 2001
From: schneider <schneider@blinkenlichts.net>
Date: Mon, 15 Jul 2019 01:48:43 +0200
Subject: [PATCH] fix(epicardium): Add boot image

---
 epicardium/main.c | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/epicardium/main.c b/epicardium/main.c
index 8e01f8ee..d6debe46 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;
 
-- 
GitLab