Apply suggestions from code review

Co-authored-by: Yaya-Cout <yaya.cout@free.fr>
This commit is contained in:
devdl11
2022-04-26 15:26:34 +02:00
committed by GitHub
parent 18ff283580
commit 0e49d23faa
19 changed files with 17 additions and 25 deletions

View File

@@ -11,7 +11,7 @@
__attribute__ ((noreturn)) void ion_main(int argc, const char * const argv[]) {
// Clear the screen
Ion::Display::pushRectUniform(KDRect(0,0,320,240), KDColorWhite);
Ion::Display::pushRectUniform(KDRect(0,0,320,240), KDColorBlack);
// Initialize the backlight
Ion::Backlight::init();