From 42c7569791ffafeec0cdc8cbffe2a8d5df775339 Mon Sep 17 00:00:00 2001 From: Irmen de Jong Date: Tue, 5 Mar 2024 22:56:02 +0100 Subject: [PATCH] doc --- docs/source/libraries.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/libraries.rst b/docs/source/libraries.rst index 32b3f773e..1621a9433 100644 --- a/docs/source/libraries.rst +++ b/docs/source/libraries.rst @@ -432,7 +432,7 @@ Bitmap graphics routines: This library is available both on the C64 and the cx16. It uses the ROM based graphics routines on the latter, and it is a very small library because of that. -On the cx16 there's also the ``gfx2`` library if you want full-screen graphics or non-monochrome drawing. See below for that one. +On the cx16 there's also the ``gfx2`` library if you want more features and different screen modes. See below for that one. Read the `graphics source code `_ to see what's in there. (Note: slight variations for different compiler targets)