various improvements
stopped using private header folder (for ease of development - for now) implemented basic gui service (WIP) added sdkconfig.defaults to the repo updated docs
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@
|
||||
// Apps
|
||||
#include "hello_world/hello_world.h"
|
||||
|
||||
void app_main(void) {
|
||||
__attribute__((unused)) void app_main(void) {
|
||||
static nb_config_t config = {
|
||||
.display_driver = &board_2432s024_create_display_driver,
|
||||
.touch_driver = &board_2432s024_create_touch_driver,
|
||||
|
||||
Reference in New Issue
Block a user