<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://learn.cemetech.net/index.php?action=history&amp;feed=atom&amp;title=TI-BASIC%3ABasic_Greyscale</id>
	<title>TI-BASIC:Basic Greyscale - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://learn.cemetech.net/index.php?action=history&amp;feed=atom&amp;title=TI-BASIC%3ABasic_Greyscale"/>
	<link rel="alternate" type="text/html" href="http://learn.cemetech.net/index.php?title=TI-BASIC:Basic_Greyscale&amp;action=history"/>
	<updated>2026-05-28T00:20:44Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.3</generator>
	<entry>
		<id>http://learn.cemetech.net/index.php?title=TI-BASIC:Basic_Greyscale&amp;diff=1058&amp;oldid=prev</id>
		<title>Maintenance script: Initial automated import</title>
		<link rel="alternate" type="text/html" href="http://learn.cemetech.net/index.php?title=TI-BASIC:Basic_Greyscale&amp;diff=1058&amp;oldid=prev"/>
		<updated>2016-02-24T18:32:30Z</updated>

		<summary type="html">&lt;p&gt;Initial automated import&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;= Basic Greyscale =&lt;br /&gt;
&lt;br /&gt;
Most people do not know that greyscale can be achieved outside of a extra ASM library like Xlib, greyscale is nothing more than a pixel flashing on and off so quickly that it apperas to be grey. The con of greyscale in Basic is that it can give ERR:MEMoRY when you are using a delay, furthermore, only one grey can be achieved. For instance this hardcoded &amp;quot;block&amp;quot;&lt;br /&gt;
&lt;br /&gt;
 Repeat 0&lt;br /&gt;
 Pxl-Change(31,47&lt;br /&gt;
 Pxl-Change(31,48&lt;br /&gt;
 Pxl-Change(31,49&lt;br /&gt;
 Pxl-Change(30,47&lt;br /&gt;
 Pxl-Change(30,48&lt;br /&gt;
 Pxl-Change(30,49&lt;br /&gt;
 Pxl-Change(29,47&lt;br /&gt;
 Pxl-Change(29,48&lt;br /&gt;
 Pxl-Change(29,49&lt;br /&gt;
 Pxl-Change(28,47&lt;br /&gt;
 Pxl-Change(28,48&lt;br /&gt;
 Pxl-Change(28,49&lt;br /&gt;
 End&lt;br /&gt;
&lt;br /&gt;
this very simple code will switch the pixels on and off rapidly, a delay could be added using a &amp;quot;for(&amp;quot; loop.[[Category:TI-BASIC]]&lt;br /&gt;
[[Category:TIBD]]&lt;/div&gt;</summary>
		<author><name>Maintenance script</name></author>
	</entry>
</feed>