From 5b479a4f51fd289a51ca4cc98ffe471c3e3d356c Mon Sep 17 00:00:00 2001 From: karri Date: Tue, 6 Nov 2012 06:24:17 +0000 Subject: [PATCH] Add Lynx documentation to sp65 git-svn-id: svn://svn.cc65.org/cc65/trunk@5916 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- doc/sp65.sgml | 52 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) diff --git a/doc/sp65.sgml b/doc/sp65.sgml index 17b610425..32dead645 100644 --- a/doc/sp65.sgml +++ b/doc/sp65.sgml @@ -254,6 +254,58 @@ bytes). There are no additional attributes for this conversion. Lynx sprite

+Lynx can handle 1, 2, 3 and 4 bits per pixel indexed sprites. The maximum size +of a sprite is roughly 508 pixels but in reality the Lynx screen is only 160 by +102 pixels which makes very large sprites useless. + +The number per pixels is taken from the number of colors of the input bitmap. + +There are a few attributes that you can give to the conversion software. + + + + VIC2 sprite

-- 2.39.5