<?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_On</id>
	<title>TI-BASIC:Pxl On - 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_On"/>
	<link rel="alternate" type="text/html" href="http://learn.cemetech.net/index.php?title=TI-BASIC:Pxl_On&amp;action=history"/>
	<updated>2026-05-25T22:20:19Z</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_On&amp;diff=578&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_On&amp;diff=578&amp;oldid=prev"/>
		<updated>2016-02-24T18:08:16Z</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-ON.GIF&lt;br /&gt;
|summary=Turns on a pixel on the graph screen.&lt;br /&gt;
|syntax=Pxl-On(&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;
# 4 to choose Pxl-On(, 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-On( command is used to turn on the pixel at the given (Y,X) coordinates. 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_On|Pt_On(]] command. Also note that the (0,0) point is the upper left corner of the Graph screen.&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-On( is faster than its equivalent Pt-On( 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_Off|Pxl_Off(]]&lt;br /&gt;
* [[TI-BASIC:Pxl_Change|Pxl_Change(]]&lt;br /&gt;
* [[TI-BASIC:Pxl_Test|Pxl_Test(]]&lt;br /&gt;
* [[TI-BASIC:Pt_On|Pt_On(]][[Category:TI-BASIC]]&lt;br /&gt;
[[Category:TIBD]]&lt;/div&gt;</summary>
		<author><name>Maintenance script</name></author>
	</entry>
</feed>