Skip to content
Snippets Groups Projects
Commit c3f473e6 authored by schneider's avatar schneider
Browse files

fix(epicardium): Add boot image

parent 3350a347
No related branches found
No related tags found
No related merge requests found
Pipeline #1272 passed
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment