From 5f06845b1c2f9e3c90c2539ecc3a44821a52ade6 Mon Sep 17 00:00:00 2001 From: Tyler Perkins Date: Mon, 17 Jan 2022 15:02:20 -0500 Subject: [PATCH] Add FAQ to DEVELOPMENT --- DEVELOPMENT.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index e7f7467..e724df0 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -66,3 +66,10 @@ Things you need to implement as a panel creator - `const_resources` And be sure to inheret from dashboard::panel ! + +FAQ +=== + +- I wrote my pannel, yet i keep seeing that SCREEN_WIDTH, SCREEN_HEIGHT, + board::*, etc are not defined + - Be sure to add `#include "../board.hpp"` at the end of your mypanel.hpp