<?xml version="1.0" encoding="UTF-8"?>
	<rss version="2.0"
		xmlns:content="http://purl.org/rss/1.0/modules/content/"
		xmlns:wfw="http://wellformedweb.org/CommentAPI/"
		xmlns:dc="http://purl.org/dc/elements/1.1/"
		xmlns:atom="http://www.w3.org/2005/Atom"

			>

	<channel>
		<title>Cycling 74  &#187;  Topic: writing single-pixel fonts to jit.lcd?</title>
		<atom:link href="http://cycling74.com/forums/topic/writing-single-pixel-fonts-to-jit-lcd/feed" rel="self" type="application/rss+xml" />
		<link>http://cycling74.com/forums/topic/writing-single-pixel-fonts-to-jit-lcd/feed</link>
		<description></description>
		<pubDate>Thu, 20 Jun 2013 04:21:00 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.2.4</generator>
		<language></language>

		
														
					
				<item>
					<guid>http://cycling74.com/forums/topic/writing-single-pixel-fonts-to-jit-lcd/#post-35446</guid>
					<title><![CDATA[writing single-pixel fonts to jit.lcd?]]></title>
					<link>http://cycling74.com/forums/topic/writing-single-pixel-fonts-to-jit-lcd/#post-35446</link>
					<pubDate>Sat, 19 Jan 2008 01:30:23 +0000</pubDate>
					<dc:creator>Wetterberg</dc:creator>

					<description>
						<![CDATA[
						<p>I am working on an light-matrix system, and I am looking to write to <br />
that using jit.lcd->jit.spill->out.<br />
So far so good, only I can&#8217;t find the proper fonts to write ultra-small <br />
stuff to jit.lcd, which is 16&#215;16.<br />
I can get &#8220;kinda&#8221;-small, but would prefer something in the <br />
&#8220;single-pixel&#8221;-wide area (which would be like 3 point, I guess) &#8211; are <br />
there any preferable fonts to use?</p>
<p>Also (and this bit is a bit embarrasing for me, I must say) I haven&#8217;t <br />
found an easy way to scroll text using just jit.lcd. I would prefer not <br />
having to resort to jit.rota or similar madness (which I usually do, but <br />
I digress).<br />
Would it be a case of:  moveto xy, text, clear, moveto x2y2, etc?</p>
<p>&#8216;oh, and this is for the continuation of this project:<br />
<a href="http://www.youtube.com/watch?v=90EV0ovMzj0" rel="nofollow">http://www.youtube.com/watch?v=90EV0ovMzj0</a><br />
thanks,<br />
Andreas.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/writing-single-pixel-fonts-to-jit-lcd/#post-120838</guid>
					<title><![CDATA[Re: writing single-pixel fonts to jit.lcd?]]></title>
					<link>http://cycling74.com/forums/topic/writing-single-pixel-fonts-to-jit-lcd/#post-120838</link>
					<pubDate>Sat, 19 Jan 2008 01:41:18 +0000</pubDate>
					<dc:creator>Dan</dc:creator>

					<description>
						<![CDATA[
						<p>Try Silkscreen &#8212; it&#8217;s tiny and free.  <a href="http://www.kottke.org/plus/type/silkscreen/" rel="nofollow">http://www.kottke.org/plus/type/silkscreen/</a></p>
<p>The video looks great!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/writing-single-pixel-fonts-to-jit-lcd/#post-120839</guid>
					<title><![CDATA[Re: writing single-pixel fonts to jit.lcd?]]></title>
					<link>http://cycling74.com/forums/topic/writing-single-pixel-fonts-to-jit-lcd/#post-120839</link>
					<pubDate>Sat, 19 Jan 2008 01:46:10 +0000</pubDate>
					<dc:creator>Joshua Kit Clayton</dc:creator>

					<description>
						<![CDATA[
						<p>
On Jan 18, 2008, at 5:30 PM, Andreas Wetterberg wrote:</p>
<p>> Also (and this bit is a bit embarrasing for me, I must say) I  <br />
> haven&#8217;t found an easy way to scroll text using just jit.lcd. I  <br />
> would prefer not having to resort to jit.rota or similar madness  <br />
> (which I usually do, but I digress).<br />
> Would it be a case of:  moveto xy, text, clear, moveto x2y2, etc?</p>
<p>I might suggest checking out the c74:/java/help/StockWatch.help  <br />
example. There&#8217;s a &#8220;StringScroller&#8221; java class which you might even  <br />
be able to just use &#8220;out of the box&#8221;.</p>
<p>-Joshua</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/writing-single-pixel-fonts-to-jit-lcd/#post-120840</guid>
					<title><![CDATA[Re: writing single-pixel fonts to jit.lcd?]]></title>
					<link>http://cycling74.com/forums/topic/writing-single-pixel-fonts-to-jit-lcd/#post-120840</link>
					<pubDate>Sat, 19 Jan 2008 02:03:16 +0000</pubDate>
					<dc:creator>Wetterberg</dc:creator>

					<description>
						<![CDATA[
						<p>Joshua Kit Clayton skrev:<br />
><br />
> On Jan 18, 2008, at 5:30 PM, Andreas Wetterberg wrote:<br />
><br />
>> Also (and this bit is a bit embarrasing for me, I must say) I haven&#8217;t <br />
>> found an easy way to scroll text using just jit.lcd. I would prefer <br />
>> not having to resort to jit.rota or similar madness (which I usually <br />
>> do, but I digress).<br />
>> Would it be a case of:  moveto xy, text, clear, moveto x2y2, etc?<br />
><br />
> I might suggest checking out the c74:/java/help/StockWatch.help <br />
> example. There&#8217;s a &#8220;StringScroller&#8221; java class which you might even be <br />
> able to just use &#8220;out of the box&#8221;. <br />
Awesome!</p>
<p>I am struggling to write directly to the lcd, since font and size setup <br />
is a bit peculiar to me, I really dig the stockwatch, though.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/writing-single-pixel-fonts-to-jit-lcd/#post-120841</guid>
					<title><![CDATA[Re: writing single-pixel fonts to jit.lcd?]]></title>
					<link>http://cycling74.com/forums/topic/writing-single-pixel-fonts-to-jit-lcd/#post-120841</link>
					<pubDate>Sat, 19 Jan 2008 02:12:39 +0000</pubDate>
					<dc:creator>Wetterberg</dc:creator>

					<description>
						<![CDATA[
						<p>Dan Winckler skrev:<br />
> Try Silkscreen &#8212; it&#8217;s tiny and free.  <br />
> <a href="http://www.kottke.org/plus/type/silkscreen/" rel="nofollow">http://www.kottke.org/plus/type/silkscreen/</a><br />
><br />
> The video looks great! <br />
thanks!</p>
<p>Can you tell me how to select it in jit.lcd though? I don&#8217;t know which <br />
font ID to use, and it isnt quite clear what the &#8220;specific&#8221; font name is <br />
- the font file is called slkscr.ttf&#8230;.</p>
<p>Thanks,<br />
Andreas.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/writing-single-pixel-fonts-to-jit-lcd/#post-120842</guid>
					<title><![CDATA[Re: writing single-pixel fonts to jit.lcd?]]></title>
					<link>http://cycling74.com/forums/topic/writing-single-pixel-fonts-to-jit-lcd/#post-120842</link>
					<pubDate>Sat, 19 Jan 2008 03:02:19 +0000</pubDate>
					<dc:creator>Dan</dc:creator>

					<description>
						<![CDATA[
						<p>Don&#8217;t know offhand, sorry.  if for some reason you can&#8217;t use it, you could roll your own font by drawing a series of dots, which would get you down to 5&#215;5 pixels. </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/writing-single-pixel-fonts-to-jit-lcd/#post-120843</guid>
					<title><![CDATA[Re: writing single-pixel fonts to jit.lcd?]]></title>
					<link>http://cycling74.com/forums/topic/writing-single-pixel-fonts-to-jit-lcd/#post-120843</link>
					<pubDate>Sat, 19 Jan 2008 13:15:58 +0000</pubDate>
					<dc:creator>(karrrlo)</dc:creator>

					<description>
						<![CDATA[
						<p></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/writing-single-pixel-fonts-to-jit-lcd/#post-120844</guid>
					<title><![CDATA[Re: writing single-pixel fonts to jit.lcd?]]></title>
					<link>http://cycling74.com/forums/topic/writing-single-pixel-fonts-to-jit-lcd/#post-120844</link>
					<pubDate>Sat, 19 Jan 2008 20:34:56 +0000</pubDate>
					<dc:creator>Wetterberg</dc:creator>

					<description>
						<![CDATA[
						<p>karl-otto von oertzen skrev:<br />
> does this help a little ?<br />
Wow, it helped HEAPS!</p>
<p>I have a font called &#8220;small fonts&#8221;, that works wonders at low settings &#8211; <br />
even readable at point-size 6, whereas silkscreen didn&#8217;t really cut it <br />
at that size (anti-aliasing? It looked like it.)</p>
<p>Anyway, here is (more or less) a fully functional low-res scroller, <br />
using &#8220;Small Fonts&#8221; &#8211; again, thank you all for the help:</p>
<p>#P window setfont &#8220;Sans Serif&#8221; 9.;<br />
#P window linecount 1;<br />
#N counter 1 16 -40;<br />
#X flags 0 0;<br />
#P newobj 558 257 76 9109513 counter 1 16 -40;<br />
#P newex 558 234 28 9109513 sel 0;<br />
#N counter 0 1;<br />
#X flags 0 0;<br />
#P newobj 558 210 66 9109513 counter 0 1;<br />
#P newex 321 193 79 9109513 prepend set write;<br />
#P newex 321 172 48 9109513 route text;<br />
#P user textedit 321 147 446 169 32896 139 9 THANK YOU;<br />
#P message 295 358 97 9109513 font &#8220;Small Fonts&#8221; $1;<br />
#P number 533 310 35 9 0 0 0 139 0 0 0 221 221 221 222 222 222 0 0 0;<br />
#P number 487 310 35 9 0 0 0 139 0 0 0 221 221 221 222 222 222 0 0 0;<br />
#P window linecount 3;<br />
#P message 395 264 41 9109513 font &#8220;Small Fonts&#8221; 6;<br />
#P window linecount 1;<br />
#P hidden newex 395 215 48 9109513 loadbang;<br />
#P hidden message 533 264 14 9109513 6;<br />
#P hidden message 487 264 14 9109513 5;<br />
#P hidden newex 395 236 148 9109513 t b b b b;<br />
#P window linecount 3;<br />
#P hidden message 437 264 49 9109513 frgb 0 0 0 , brgb 100 100 100;<br />
#P window linecount 1;<br />
#P newex 533 327 33 9109513 !- 16;<br />
#P newex 450 352 84 9109513 pack moveto 0 0;<br />
#P message 303 264 93 9109513 write THANK YOU;<br />
#P user jit.pwindow 274 411 202 202 0 1 0 0 1 0;<br />
#P number 225 289 35 9 0 0 0 139 0 0 0 221 221 221 222 222 222 0 0 0;<br />
#P newex 153 289 66 9109513 tosymbol;<br />
#P newex 153 316 110 9109513 pak font &#8220;Small Fonts&#8221; 6;<br />
#P toggle 321 93 15 0;<br />
#P newex 275 235 66 9109513 t b b b l clear;<br />
#P newex 321 111 52 9109513 metro 33;<br />
#P newex 275 386 99 9109513 jit.lcd 4 char 16 16;<br />
#P user ubumenu 116 265 104 9109513 0 1 1 0;<br />
#X add System;<br />
#X add Terminal;<br />
#X add Fixedsys;<br />
#X add Roman;<br />
#X add Script;<br />
#X add Modern;<br />
#X add &#8220;Small Fonts&#8221;;<br />
#X add &#8220;MS Serif&#8221;;<br />
#X add WST_Czec;<br />
#X add WST_Engl;<br />
#X add WST_Fren;<br />
#X add WST_Germ;<br />
#X add WST_Ital;<br />
#X add WST_Span;<br />
#X add WST_Swed;<br />
#X add Courier;<br />
#X add &#8220;MS Sans Serif&#8221;;<br />
#X add &#8220;MS Dialog&#8221;;<br />
#X add &#8220;MS Dialog Light&#8221;;<br />
#X add &#8220;MS SystemEx&#8221;;<br />
#X add Marlett;<br />
#X add Arial;<br />
#X add &#8220;Arial CE&#8221;;<br />
#X add &#8220;Arial CYR&#8221;;<br />
#X add &#8220;Arial Greek&#8221;;<br />
#X add &#8220;Arial TUR&#8221;;<br />
#X add &#8220;Arial Baltic&#8221;;<br />
#X add &#8220;Courier New&#8221;;<br />
#X add &#8220;Courier New CE&#8221;;<br />
#X add &#8220;Courier New CYR&#8221;;<br />
#X add &#8220;Courier New Greek&#8221;;<br />
#X add &#8220;Courier New TUR&#8221;;<br />
#X add &#8220;Courier New Baltic&#8221;;<br />
#X add &#8220;Lucida Console&#8221;;<br />
#X add &#8220;Lucida Sans Unicode&#8221;;<br />
#X add &#8220;Times New Roman&#8221;;<br />
#X add &#8220;Times New Roman CE&#8221;;<br />
#X add &#8220;Times New Roman CYR&#8221;;<br />
#X add &#8220;Times New Roman Greek&#8221;;<br />
#X add &#8220;Times New Roman TUR&#8221;;<br />
#X add &#8220;Times New Roman Baltic&#8221;;<br />
#X add Wingdings;<br />
#X add Symbol;<br />
#X add Verdana;<br />
#X add &#8220;Arial Black&#8221;;<br />
#X add &#8220;Comic Sans MS&#8221;;<br />
#X add Impact;<br />
#X add Georgia;<br />
#X add &#8220;Franklin Gothic Medium&#8221;;<br />
#X add &#8220;Palatino Linotype&#8221;;<br />
#X add Tahoma;<br />
#X add &#8220;Trebuchet MS&#8221;;<br />
#X add Webdings;<br />
#X add &#8220;Estrangelo Edessa&#8221;;<br />
#X add Gautami;<br />
#X add Latha;<br />
#X add Mangal;<br />
#X add &#8220;MV Boli&#8221;;<br />
#X add Raavi;<br />
#X add Shruti;<br />
#X add Tunga;<br />
#X add Sylfaen;<br />
#X add &#8220;Microsoft Sans Serif&#8221;;<br />
#X add AngsanaUPC;<br />
#X add &#8220;Angsana New&#8221;;<br />
#X add BrowalliaUPC;<br />
#X add &#8220;Browallia New&#8221;;<br />
#X add CordiaUPC;<br />
#X add &#8220;Cordia New&#8221;;<br />
#X add DilleniaUPC;<br />
#X add EucrosiaUPC;<br />
#X add FreesiaUPC;<br />
#X add IrisUPC;<br />
#X add JasmineUPC;<br />
#X add KodchiangUPC;<br />
#X add LilyUPC;<br />
#X add Aharoni;<br />
#X add David;<br />
#X add &#8220;David Transparent&#8221;;<br />
#X add FrankRuehl;<br />
#X add &#8220;Levenim MT&#8221;;<br />
#X add Miriam;<br />
#X add &#8220;Miriam Transparent&#8221;;<br />
#X add &#8220;Miriam Fixed&#8221;;<br />
#X add &#8220;Fixed Miriam Transparent&#8221;;<br />
#X add Narkisim;<br />
#X add Rod;<br />
#X add &#8220;Rod Transparent&#8221;;<br />
#X add &#8220;Traditional Arabic&#8221;;<br />
#X add &#8220;Arabic Transparent&#8221;;<br />
#X add Andalus;<br />
#X add &#8220;Simplified Arabic&#8221;;<br />
#X add &#8220;Simplified Arabic Fixed&#8221;;<br />
#X add Kartika;<br />
#X add Vrinda;<br />
#X add &#8220;Bradley Hand ITC&#8221;;<br />
#X add &#8220;Freestyle Script&#8221;;<br />
#X add &#8220;French Script MT&#8221;;<br />
#X add &#8220;Juice ITC&#8221;;<br />
#X add &#8220;Kristen ITC&#8221;;<br />
#X add &#8220;Lucida Handwriting&#8221;;<br />
#X add Mistral;<br />
#X add Papyrus;<br />
#X add Pristina;<br />
#X add &#8220;Tempus Sans ITC&#8221;;<br />
#X add &#8220;Wingdings 2&#8243;;<br />
#X add &#8220;Wingdings 3&#8243;;<br />
#X add &#8220;Bookshelf Symbol 7&#8243;;<br />
#X add &#8220;MS Reference Sans Serif&#8221;;<br />
#X add &#8220;MS Reference Specialty&#8221;;<br />
#X add &#8220;Studio Manager Big Font&#8221;;<br />
#X add &#8220;Studio Manager Dot Font 1&#8243;;<br />
#X add &#8220;Studio Manager ChFont&#8221;;<br />
#X add &#8220;Studio Manager Dot Font 3&#8243;;<br />
#X add OpenSymbol;<br />
#X add Sydnie;<br />
#X add &#8220;Bitstream Vera Sans Mono&#8221;;<br />
#X add &#8220;Bitstream Vera Serif&#8221;;<br />
#X add &#8220;Bitstream Vera Sans&#8221;;<br />
#X add &#8220;Lucida Sans&#8221;;<br />
#X add Silkscreen;<br />
#X add &#8220;Silkscreen Expanded&#8221;;<br />
#X prefix_set 0 0 <none> 0;<br />
#P button 116 214 15 0;<br />
#P newex 116 239 41 9109513 fontlist;<br />
#B color 5;<br />
#P number 295 340 35 9 0 0 0 139 0 0 0 221 221 221 222 222 222 0 0 0;<br />
#P fasten 5 0 6 0 326 144 280 144;<br />
#P connect 5 0 24 0;<br />
#P fasten 5 0 27 0 326 144 563 144;<br />
#P connect 2 0 1 0;<br />
#P connect 1 0 3 0;<br />
#P connect 3 1 9 0;<br />
#P fasten 9 0 8 1 158 311 208 311;<br />
#P fasten 10 0 8 2 230 310 258 310;<br />
#P fasten 8 0 4 0 158 350 280 350;<br />
#P fasten 23 0 4 0 300 381 280 381;<br />
#P fasten 6 3 4 0 322 298 280 298;<br />
#P fasten 6 4 4 0 336 298 280 298;<br />
#P fasten 6 0 4 0 280 320 280 320;<br />
#P fasten 20 0 4 0 400 381 280 381;<br />
#P fasten 12 0 4 0 308 298 280 298;<br />
#P fasten 13 0 4 0 455 381 280 381;<br />
#P hidden fasten 15 0 4 0 442 317 280 317;<br />
#P connect 4 0 11 0;<br />
#P connect 0 0 23 0;<br />
#P fasten 26 0 12 0 326 224 308 224;<br />
#P connect 6 2 12 0;<br />
#P connect 7 0 5 0;<br />
#P connect 24 0 25 0;<br />
#P connect 25 0 26 0;<br />
#P hidden connect 19 0 16 0;<br />
#P connect 16 0 20 0;<br />
#P hidden connect 16 1 15 0;<br />
#P fasten 6 1 13 0 294 335 455 335;<br />
#P hidden connect 16 2 17 0;<br />
#P connect 29 0 21 0;<br />
#P connect 17 0 21 0;<br />
#P connect 21 0 13 1;<br />
#P fasten 14 0 13 2 538 349 529 349;<br />
#P hidden connect 16 3 18 0;<br />
#P connect 18 0 22 0;<br />
#P connect 22 0 14 0;<br />
#P connect 27 0 28 0;<br />
#P connect 28 0 29 0;<br />
#P window clipboard copycount 30;</none></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/writing-single-pixel-fonts-to-jit-lcd/#post-120845</guid>
					<title><![CDATA[Re: writing single-pixel fonts to jit.lcd?]]></title>
					<link>http://cycling74.com/forums/topic/writing-single-pixel-fonts-to-jit-lcd/#post-120845</link>
					<pubDate>Sat, 19 Jan 2008 22:58:53 +0000</pubDate>
					<dc:creator>(karrrlo)</dc:creator>

					<description>
						<![CDATA[
						<p>glad it works,<br />
you may check <a href="http://www.dafont.com/bitmap.php" rel="nofollow">http://www.dafont.com/bitmap.php</a> for small pixel fonts, its true that smal fonts works pretty well.<br />
did u try jit.gl.text2d , yu can et some pretty some readable results. but i am sure that s not what you  are after as it be no use for your lemurian love :) &#8230;.. </p>
<p>
Quote: Wetterberg wrote on Sat, 19 January 2008 21:34<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
> karl-otto von oertzen skrev:<br />
> > does this help a little ?<br />
> Wow, it helped HEAPS!<br />
> <br />
> I have a font called &#8220;small fonts&#8221;, that works wonders at low settings &#8211; <br />
> even readable at point-size 6, whereas silkscreen didn&#8217;t really cut it <br />
> at that size (anti-aliasing? It looked like it.)<br />
> <br />
> Anyway, here is (more or less) a fully functional low-res scroller, <br />
> using &#8220;Small Fonts&#8221; &#8211; again, thank you all for the help:<br />
></p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

