RobG 1,892 Posted March 20, 2012 Author Share Posted March 20, 2012 N6085 and N6101 done too. Both displays suppose to be the same, but the 6101 compatible replacement I got from eBay is not behaving as the original screen form 6085, needs some adjustments with reset/init. It's also possible that it is just a low quality product Here's some test code with init, read id and status, draw pixel, draw char, and draw string. There are 2 versions of each function, 8-bit and 16-bit, so if you need speed and limited number of colors, you can just use 8-bit graphics. I will be adding more routines in the next few days. 16-bit mode N6085 N6101/N6085 compatible from eBay bluehash and GeekDoc 2 Quote Link to post Share on other sites
RobG 1,892 Posted March 30, 2012 Author Share Posted March 30, 2012 While working on the software tonight, my display became unresponsive. I thought it got zapped by ESD or something so I ordered a new one. Before chucking it, I figured I will run a soldering iron through the contacts just to make sure. Well, that was it, cold solder! I hate when that happens. Not sure what's going on with those displays. My second one was working fine, but when I left it on for a while, it stopped working and it's just blank. I got the feeling they do not like 3.6V. Well, will order another one and try with 3V just to be sure. This begs the question: what's the purpose and benefit of using 3.6V? [EDIT] Displays are fine! It was the flux that was causing the problem! Quote Link to post Share on other sites
gordon 229 Posted March 30, 2012 Share Posted March 30, 2012 As far as I can tell, you can't really go over 12-ish MHz on 3.0V ([tipdf]SLAU144[/tipdf] page 21 figure 2). RobG 1 Quote Link to post Share on other sites
username 198 Posted April 1, 2012 Share Posted April 1, 2012 Having any more luck with the displays? Think these will be for sale any time soon? Quote Link to post Share on other sites
RobG 1,892 Posted April 1, 2012 Author Share Posted April 1, 2012 B# has the boards, but JD-T1800 is a no go for now. Nokia displays are fine. Quote Link to post Share on other sites
bluehash 1,581 Posted April 1, 2012 Share Posted April 1, 2012 Having any more luck with the displays? Think these will be for sale any time soon? I'll put it up today. Quote Link to post Share on other sites
cubeberg 540 Posted April 6, 2012 Share Posted April 6, 2012 FYI - Here's my fix for the voltage issue with the JD-T1800 LCD. I used a MCP1700 3.3v LDO and two of the available, unused capacitor locations for the 1uF capacitors needed for the LDO. Voltage reads at 3.27v. The only issue I've found so far is that the LCD doesn't seem to initialize first when power is applied - possibly because power isn't available from the LDO immediately (it works after a hardware reset)? I'm going to try to add a delay into the startup to see if it fixes the issue. **Edit** I added a _delay_cycles(5000) which appears to have corrected the initialization issue. Legend for the picture 1 - Cut LP's 3.6v VCC trace 2 - 1uF capacitor for Vin 3 - 1uF capacitor for Vout 4 - GND 5 - 3.6v for Vin to LDO Not the prettiest, but at least I won't blow my LCD, let's me continue to run the LP at 3.6v (assuming it's OK with 3.6v I/O) and at a full 16mhz. RobG and bluehash 2 Quote Link to post Share on other sites
bluehash 1,581 Posted April 19, 2012 Share Posted April 19, 2012 Hi username. Sorry for the late reply. You can get the PCB at the store here. Quote Link to post Share on other sites
RobG 1,892 Posted April 26, 2012 Author Share Posted April 26, 2012 As it turns out, my JD-T1800 issues are related to the type of flux I was using (it got under the flex strip and shorted and then corroded LCD's pads.) @bluehash, can you update Color LCD board description in the store? JD-T1800 is OK @ 3.6V Quote Link to post Share on other sites
cubeberg 540 Posted April 26, 2012 Share Posted April 26, 2012 As it turns out, my JD-T1800 issues are related to the type of flux I was using (it got under the flex strip and shorted and then corroded LCD's connections.) @bluehash, can you update Color LCD board description in the store? JD-T1800 is OK @ 3.6V Glad to hear you got that figured out - what flux did you end up using? Quote Link to post Share on other sites
bluehash 1,581 Posted April 26, 2012 Share Posted April 26, 2012 As it turns out, my JD-T1800 issues are related to the type of flux I was using (it got under the flex strip and shorted and then corroded LCD's pads.) @bluehash, can you update Color LCD board description in the store? JD-T1800 is OK @ 3.6V Thanks for the update. Fixed. Quote Link to post Share on other sites
RobG 1,892 Posted April 26, 2012 Author Share Posted April 26, 2012 ...what flux did you end up using? #951, though I am not happy with it, I will try different ones, like #186 and #959T. Anyone has an opinion about those two? BTW, I have a fix for my Nokia lib to make it work with JD-T display, all you need is an extra delay after SWRESET ... void initST7735R() { writeCommand(SWRESET); delay(20); writeCommand(SLEEPOUT); ... Quote Link to post Share on other sites
SugarAddict 227 Posted April 27, 2012 Share Posted April 27, 2012 971M is what I've got. Quote Link to post Share on other sites
kff2 22 Posted April 27, 2012 Share Posted April 27, 2012 Hi Rob -- could you please confirm that this display is compatible? http://www.ebay.com/itm/US-Nokia-6101-6 ... 3a642c8c2b Do you recommend it, or should I get something else on ebay? Do you happen to know how many milliamps the display draws when the backlight is on? Finally, the backlight won't work without a charge pump, correct? Thanks! Quote Link to post Share on other sites
RobG 1,892 Posted April 27, 2012 Author Share Posted April 27, 2012 Yes, that display will work with the red board (not the green one.) Back light requires TPS60403 charge pump and when on, the display draws ~53mA. You will also need to get Hirose 22pin socket, really hard to get and very fragile (they are 0.5mm pitch.) I would suggest you get JD-T1800 instead of Nokia, twice the price but no socket and no charge pump needed. Your other option is Nokia 6110, you will still need a charge pump and a socket, but those 10pin sockets are available at Mouser for ~$0.60 or sometimes on eBay. Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.