Skip to content

Commit 0eb81ab

Browse files
committed
Fix gfx_template readme
1 parent 9b73bef commit 0eb81ab

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

examples/gfx_template/readme.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
1-
### Template
1+
### GraphX Template
22

3-
You can clone this directory for your own projects.
3+
You can clone this directory for your own GraphX-based projects.
44

5-
To add code, fill in the void main() function in main.c. You can also create your
6-
own .c and .h files and add them to the directory; the Makefile included in this
7-
template will automatically find and compile the new .c files.
5+
To add code, fill in the begin, end, step, and draw functions in main.c. You can also create your own .c and .h files and add them to the directory; the Makefile included in this template will automatically find and compile the new .c files.
86

9-
In addition, you can also add your own .asm files, which will be detected and added
10-
appropritately to the proper segment.
7+
In addition, you can also add your own .asm files, which will be detected and
8+
added appropriately to the proper segment.
119

1210
---
1311

0 commit comments

Comments
 (0)