From 8138133bea13d02302c595620604c1d2b1626ee0 Mon Sep 17 00:00:00 2001 From: Christian Cunningham Date: Thu, 7 Apr 2022 17:59:25 -0700 Subject: Include drawing functions --- README.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 865c003..87188e4 100644 --- a/README.md +++ b/README.md @@ -81,6 +81,11 @@ Thus, it is recommended to use the Mutex objects instead of locks. ### Other Functions - Get time since boot: `sys0_64(SYS_TIME, address of uint64 to store the time)` include `` + - Draw to the screen (include ``) + - Strings: `draw_string(x, y, string)` + - 32-bit words: `draw_hex32(x, y, value)` + - Pixel: `draw_cpixel(x, y, RGB color)` + - Box: `draw_cbox(x, y, dx, dy, RGB color)` ### Default RTOS Application Currently, if you build Jobbed without modifying anything, it will generate the RTOS core testing suite. -- cgit v1.2.1