<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>LeafLabs Garden &#187; Topic: adfruit spi lcd</title>
		<link>http://forums.leaflabs.com/topic.php?id=947</link>
		<description>A place to share, learn, and grow...</description>
		<language>en-US</language>
		<pubDate>Fri, 22 Jan 2016 00:04:14 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://forums.leaflabs.com/search.php</link>
		</textInput>
		<atom:link href="http://forums.leaflabs.com/rss.php?topic=947" rel="self" type="application/rss+xml" />

		<item>
			<title>gbulmer on "adfruit spi lcd"</title>
			<link>http://forums.leaflabs.com/topic.php?id=947#post-105754</link>
			<pubDate>Sun, 21 Jun 2015 09:03:30 +0000</pubDate>
			<dc:creator>gbulmer</dc:creator>
			<guid isPermaLink="false">105754@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;@efarant - Please post the code.&#60;br /&#62;
We need to see &#60;strong&#62;exactly&#60;/strong&#62; the code you are using. Otherwise we are unlikely to be able to help.&#60;/p&#62;
&#60;p&#62;You could post the code at &#60;a href=&#34;https://gist.github.com/&#34; rel=&#34;nofollow&#34;&#62;https://gist.github.com/&#60;/a&#62;&#60;br /&#62;
or similar places.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>efarant on "adfruit spi lcd"</title>
			<link>http://forums.leaflabs.com/topic.php?id=947#post-105750</link>
			<pubDate>Sun, 21 Jun 2015 05:44:21 +0000</pubDate>
			<dc:creator>efarant</dc:creator>
			<guid isPermaLink="false">105750@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;I cant succeed using pra st7735 library for the maple:&#60;/p&#62;
&#60;p&#62;here is the compilation error when I use examples provided&#60;/p&#62;
&#60;p&#62;C:\Users\Admin\AppData\Local\Temp\build453063468411327688.tmp\ST7735.o: In function `ST7735':&#60;/p&#62;
&#60;p&#62;C:\Users\Admin\AppData\Local\Temp\build453063468411327688.tmp/ST7735.cpp:15: multiple definition of `ST7735::ST7735(unsigned char, unsigned char, unsigned char)'&#60;/p&#62;
&#60;p&#62;C:\Users\Admin\AppData\Local\Temp\build453063468411327688.tmp\ST7735.o:C:\Users\Admin\AppData\Local\Temp\build453063468411327688.tmp/ST7735.cpp:15: first defined here&#60;/p&#62;
&#60;p&#62;Obviously the function is not defined several times...what can I do???
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Sh33p on "adfruit spi lcd"</title>
			<link>http://forums.leaflabs.com/topic.php?id=947#post-23044</link>
			<pubDate>Fri, 22 Mar 2013 19:14:20 +0000</pubDate>
			<dc:creator>Sh33p</dc:creator>
			<guid isPermaLink="false">23044@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Thank you Dinau! That fixed it. Now I need to wait for my new screen since the one I have has a bad RED back LED. lol&#60;/p&#62;
&#60;p&#62;Also, I tried checking all the library files, but is there function already created for controlling contrast or do I need to force a contrast command through the serial in hex bytes?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dinau on "adfruit spi lcd"</title>
			<link>http://forums.leaflabs.com/topic.php?id=947#post-22980</link>
			<pubDate>Tue, 19 Mar 2013 16:37:10 +0000</pubDate>
			<dc:creator>dinau</dc:creator>
			<guid isPermaLink="false">22980@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Hi Sh33p,&#60;/p&#62;
&#60;p&#62;Would you try this modification,&#60;/p&#62;
&#60;p&#62;Open [GLCD_lib_dir]/device/st7565_Device.h&#60;/p&#62;
&#60;p&#62;Change line 131&#60;br /&#62;
  from:&#60;br /&#62;
	Lcd_Cmd(0x40 +0 );&#60;br /&#62;
  to:&#60;br /&#62;
	Lcd_Cmd( 0x40 + N ); &#60;/p&#62;
&#60;p&#62;N=0...63&#60;br /&#62;
This command is used to specify the display start line address of the display data RAM.&#60;/p&#62;
&#60;p&#62;Regards&#60;/p&#62;
&#60;p&#62;dinau
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Sh33p on "adfruit spi lcd"</title>
			<link>http://forums.leaflabs.com/topic.php?id=947#post-22966</link>
			<pubDate>Sun, 17 Mar 2013 18:19:30 +0000</pubDate>
			<dc:creator>Sh33p</dc:creator>
			<guid isPermaLink="false">22966@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Welp, now I need to figure out why the graphics are messed up. The top half of the screen output is on the bottom, and the bottom half is on the top. Left and right are fine. Must be some define in the library I hope.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Sh33p on "adfruit spi lcd"</title>
			<link>http://forums.leaflabs.com/topic.php?id=947#post-22943</link>
			<pubDate>Thu, 14 Mar 2013 17:43:23 +0000</pubDate>
			<dc:creator>Sh33p</dc:creator>
			<guid isPermaLink="false">22943@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Just an FYI. I got Hello world working with this library.&#60;br /&#62;
&#60;a href=&#34;https://bitbucket.org/dinau/glcdst7565maple/downloads/GlcdSt7565Maple_v04_201301.zip&#34; rel=&#34;nofollow&#34;&#62;https://bitbucket.org/dinau/glcdst7565maple/downloads/GlcdSt7565Maple_v04_201301.zip&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Credit goes to this website&#60;br /&#62;
&#60;a href=&#34;http://avr.paslog.jp/article/2169338.html&#34; rel=&#34;nofollow&#34;&#62;http://avr.paslog.jp/article/2169338.html&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;You need to drop it all in the IDE library folder. To make it work for the mini, you need to set up the AD-12864-SPI config file in the config folder to the correct pins for which ever SPI you are using. I am using SPI2 so the pins are&#60;/p&#62;
&#60;p&#62;GLCD  pin:  LED_A &#124; GND &#124; 3.3V &#124; SDI &#124; SCK &#124; A0 &#124; RST &#124;&#124; CS1&#60;br /&#62;
Maple pin:                       D11   D13   D10   D9     D8&#60;br /&#62;
*/&#60;br /&#62;
#    define glcdRES            21   // Reset Bit RST&#60;br /&#62;
#    define glcdCS1            22   // chip sel CS1&#60;br /&#62;
#    define glcdDI            31   // A0/DI&#60;br /&#62;
#    define SPI_CLOCK_VALUE  SPI_2_25MHZ  // SPI_562_500KHZ, SPI_2_25MHZ, SPI_4_5MHZ,SPI_9MHZ, SPI_18MHZ&#60;br /&#62;
#endif&#60;/p&#62;
&#60;p&#62;Ill have pics up if anyone really wants to see.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>pra on "adfruit spi lcd"</title>
			<link>http://forums.leaflabs.com/topic.php?id=947#post-22703</link>
			<pubDate>Mon, 04 Mar 2013 10:45:51 +0000</pubDate>
			<dc:creator>pra</dc:creator>
			<guid isPermaLink="false">22703@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Sh33p - go ahead and email me and I'll send you what code I have (I'll keep an eye on Junk Mail incase hotmail thinks you are a spammer :-))
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gbulmer on "adfruit spi lcd"</title>
			<link>http://forums.leaflabs.com/topic.php?id=947#post-22699</link>
			<pubDate>Fri, 01 Mar 2013 19:10:54 +0000</pubDate>
			<dc:creator>gbulmer</dc:creator>
			<guid isPermaLink="false">22699@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Sh33p - ARM Cortex-M3, as in the Maples STM32F103, has a single address space, so pgm_read_byte(address) is unnecessary. So&#60;/p&#62;
&#60;p&#62;&#60;code&#62;#define pgm_read_byte(address) (*((*unsigned char)address))&#60;/code&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Sh33p on "adfruit spi lcd"</title>
			<link>http://forums.leaflabs.com/topic.php?id=947#post-22698</link>
			<pubDate>Fri, 01 Mar 2013 18:21:47 +0000</pubDate>
			<dc:creator>Sh33p</dc:creator>
			<guid isPermaLink="false">22698@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Also, can anyone verify the relevance of this?&#60;br /&#62;
&#60;a href=&#34;https://bitbucket.org/dinau/glcdst7565maple/src/27bc72a2cedc?at=v02&#34; rel=&#34;nofollow&#34;&#62;https://bitbucket.org/dinau/glcdst7565maple/src/27bc72a2cedc?at=v02&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Sh33p on "adfruit spi lcd"</title>
			<link>http://forums.leaflabs.com/topic.php?id=947#post-22697</link>
			<pubDate>Fri, 01 Mar 2013 18:04:56 +0000</pubDate>
			<dc:creator>Sh33p</dc:creator>
			<guid isPermaLink="false">22697@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Huge bump but I would also like to know if this worked out. I am temped to email Pra, but do not want invade his publicly posted email and be sent to the spam folder. lol Currently trying to play with ST7565 on a maple mini r3.&#60;/p&#62;
&#60;p&#62;EDIT: Also for those unfamiliar with the Library.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;https://github.com/adafruit/ST7565-LCD/tree/master/ST7565&#34; rel=&#34;nofollow&#34;&#62;https://github.com/adafruit/ST7565-LCD/tree/master/ST7565&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://forums.leaflabs.com/topic.php?id=986&#34; rel=&#34;nofollow&#34;&#62;http://forums.leaflabs.com/topic.php?id=986&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;currently trying what was said in ^this post but im having troubles understanding all the things I need to modify. Also trying to port over something similar to &#34;pgm_read_byte()&#34;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>house91320 on "adfruit spi lcd"</title>
			<link>http://forums.leaflabs.com/topic.php?id=947#post-5890</link>
			<pubDate>Thu, 04 Aug 2011 11:53:24 +0000</pubDate>
			<dc:creator>house91320</dc:creator>
			<guid isPermaLink="false">5890@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;No progress yet because i dont have the lcd yet.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>poslathian on "adfruit spi lcd"</title>
			<link>http://forums.leaflabs.com/topic.php?id=947#post-5869</link>
			<pubDate>Wed, 03 Aug 2011 10:14:47 +0000</pubDate>
			<dc:creator>poslathian</dc:creator>
			<guid isPermaLink="false">5869@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;how did this pan out? did you get the LCD working?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>pra on "adfruit spi lcd"</title>
			<link>http://forums.leaflabs.com/topic.php?id=947#post-5828</link>
			<pubDate>Mon, 01 Aug 2011 10:55:52 +0000</pubDate>
			<dc:creator>pra</dc:creator>
			<guid isPermaLink="false">5828@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;I have converted the Adafruit library for the ST7735 to the Maple.  It is probably similar to the ST7565.  As I recall, the main changes had to do with including &#38;lt;stdint.h&#38;gt;, using hardware SPI, and to remove the AVR I/O bit banging it was doing and replacing these with digitalWrites.  If you send me an email (PeterRArcher@hotmail.com) I will send you a copy.  It may help.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>robodude666 on "adfruit spi lcd"</title>
			<link>http://forums.leaflabs.com/topic.php?id=947#post-5824</link>
			<pubDate>Mon, 01 Aug 2011 08:54:35 +0000</pubDate>
			<dc:creator>robodude666</dc:creator>
			<guid isPermaLink="false">5824@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Most Arduino libraries will not work for the Maple without some modification.&#60;/p&#62;
&#60;p&#62;In this case, the ST7565 library uses a software-based bit-bang SPI interface which should work on the Maple, however I have not looked at the library in great detail.&#60;/p&#62;
&#60;p&#62;Are you receiving any compilation errors?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>house91320 on "adfruit spi lcd"</title>
			<link>http://forums.leaflabs.com/topic.php?id=947#post-5820</link>
			<pubDate>Sun, 31 Jul 2011 23:05:41 +0000</pubDate>
			<dc:creator>house91320</dc:creator>
			<guid isPermaLink="false">5820@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;I recently tried to get the library that adfruit has for this lcd &#60;a href=&#34;http://www.adafruit.com/products/250&#38;amp;zenid=f161b6e7bd3181d0d16cfd50ec1cfcba&#34; rel=&#34;nofollow&#34;&#62;http://www.adafruit.com/products/250&#38;amp;zenid=f161b6e7bd3181d0d16cfd50ec1cfcba&#60;/a&#62;&#60;br /&#62;
the issue its not working with so ide and i was wondering if anyone knows a fix?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
