summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMegaMech <MegaMech@users.noreply.github.com>2022-04-06 21:34:28 -0600
committerGitHub <noreply@github.com>2022-04-06 23:34:28 -0400
commit81454630ba1fd4245669b29048a72e07ed9a7771 (patch)
tree72bfdd9cf2b8caeaf2a4898b61e63163159c4925 /lib
parentafa14ff392098bd512dff2b2baa2ef999bbd0ac8 (diff)
Update README.md (#239)
Diffstat (limited to 'lib')
-rw-r--r--lib/libgfxd/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libgfxd/README.md b/lib/libgfxd/README.md
index 2e82589..e5ad721 100644
--- a/lib/libgfxd/README.md
+++ b/lib/libgfxd/README.md
@@ -195,7 +195,7 @@ and `height`, and the palette index in `pal`.
##### `typedef int gfxd_cimg_fn_t(uint32_t cimg, int32_t fmt, int32_t siz, int32_t width)`
##### `void gfxd_cimg_callback(gfxd_cimg_fn_t *fn)`
-Set the callback function for frame buffer arguments. The argument type is
+Set the callback function for framebuffer arguments. The argument type is
`gfxd_Cimg`. The image format is in `fmt` and `siz`, and the horizontal
resolution in `width`.