Add FAQ to DEVELOPMENT

This commit is contained in:
Tyler Perkins 2022-01-17 15:02:20 -05:00
parent 55f68ac3cb
commit 5f06845b1c
1 changed files with 7 additions and 0 deletions

View File

@ -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