We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39f83a8 commit 4b3ef30Copy full SHA for 4b3ef30
examples/tests/screen/Makefile renamed to examples/tests/screen/screen_init/Makefile
@@ -1,7 +1,7 @@
1
# Makefile for user application
2
3
# Specify this directory relative to the current application.
4
-TOCK_USERLAND_BASE_DIR = ../../..
+TOCK_USERLAND_BASE_DIR = ../../../..
5
6
# Which files to compile.
7
C_SRCS := $(wildcard *.c)
examples/tests/screen/screen_init/README.md
@@ -0,0 +1,5 @@
+Screen Init Test App
+====================
+
+This application tests functionality of a screen that supports configuration
+(e.g. adjusting the resolution and pixel formats).
examples/tests/screen/main.c renamed to examples/tests/screen/screen_init/main.c
0 commit comments