<?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%3APxl_Change</id>
	<title>TI-BASIC:Pxl Change - 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%3APxl_Change"/>
	<link rel="alternate" type="text/html" href="http://learn.cemetech.net/index.php?title=TI-BASIC:Pxl_Change&amp;action=history"/>
	<updated>2026-04-30T09:15:08Z</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:Pxl_Change&amp;diff=566&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:Pxl_Change&amp;diff=566&amp;oldid=prev"/>
		<updated>2016-02-24T18:07:38Z</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;{{Template:TI-BASIC:Command&lt;br /&gt;
|picture=PXL-CHANGE.GIF&lt;br /&gt;
|summary=Toggles a pixel on the graph screen.&lt;br /&gt;
|syntax=Pxl-Change(&amp;#039;&amp;#039;row&amp;#039;&amp;#039;,&amp;#039;&amp;#039;column&amp;#039;&amp;#039;)&lt;br /&gt;
|location=While editing a program press:&lt;br /&gt;
# 2nd PRGM to enter the DRAW menu&lt;br /&gt;
# RIGHT to enter the POINTS menu&lt;br /&gt;
# 6 to choose Pxl-Change(, or use arrows&lt;br /&gt;
|compatibility=TI-83/84/+/SE&lt;br /&gt;
|size=1 byte&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
The Pxl-Change( command is used to toggle the pixel at the given (Y,X) coordinates. If the pixel is on, it will be turned off and vice versa. Please note that the coordinates are switched around so that the row comes first and then the column -- it&amp;#039;s (Y,X) instead of (X,Y) like the [[TI-BASIC:Pt_Change|Pt_Change(]] command. &lt;br /&gt;
&lt;br /&gt;
In addition to being easier to use because it is not affected by the window settings (meaning you don&amp;#039;t have to set them when using the command), Pxl-Change( is faster than its equivalent Pt-Change( command, so it should generally be used instead whenever possible.&lt;br /&gt;
&lt;br /&gt;
= Error Conditions =&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;[[TI-BASIC:Errors#domain|ERR:DOMAIN]]&amp;#039;&amp;#039;&amp;#039; is triggered if the coordinates are not whole numbers or not in the right range ([0..62] for row, [0..94] for column). These bounds are also affected by split screen mode.&lt;br /&gt;
&lt;br /&gt;
= Related Commands =&lt;br /&gt;
&lt;br /&gt;
* [[TI-BASIC:Pxl_On|Pxl_On(]]&lt;br /&gt;
* [[TI-BASIC:Pxl_Off|Pxl_Off(]]&lt;br /&gt;
* [[TI-BASIC:Pxl_Test|Pxl_Test(]]&lt;br /&gt;
* [[TI-BASIC:Pt_Change|Pt_Change(]][[Category:TI-BASIC]]&lt;br /&gt;
[[Category:TIBD]]&lt;/div&gt;</summary>
		<author><name>Maintenance script</name></author>
	</entry>
</feed>