willyvmm #1 Posted October 8, 2019 HI. Some time go my friend (Drygol/Lamers) has bought a 2.8" display ... but received a 2.4" mcufriend based on ILI9325 chip. As the firmware do not support this display, I have done "driver" that support this lcd controller. Link with compiled firmware and link to source code that support this LCD is available here: https://retrohax.net/atari-800-xl-refurb-sdrive-max/ Pull request is pending, and hopefully will be merged with official firmware soon. Best Willy 5 Quote Share this post Link to post Share on other sites
+Mr Robot #2 Posted October 8, 2019 1 hour ago, willyvmm said: Pull request is pending, and hopefully will be merged with official firmware soon. Thank you! Quote Share this post Link to post Share on other sites
E474 #3 Posted October 9, 2019 Thanks very much! If I can ask a naive question, how difficult is it to add support for a screen, the flip side being, are there a lot of different screens that you can plug into this model of Arduino? Quote Share this post Link to post Share on other sites
mamejay #4 Posted October 9, 2019 Tested with my screens I got. Can only get a white screen. If I use the normal firmware the writing is back to front and touch screen doesn't work Quote Share this post Link to post Share on other sites
willyvmm #5 Posted October 9, 2019 @E474 it depend on Your difficulty definition. Compared to blinking LED id Rocket science. Compared to Apollo guidance computers od easy. Yo have to know how to read datasheet, how the software is working, how the hardware isvworking, and what to expect. Then is easy. I have no idea how mamy LCD types are sharing same layout and can be used with Arduino. @mamejay if Your LCD is working with original firmware, then it is not ili9325. The ili9325 seems to be an early version of lcd controller family, and is not compatible with newer chips. (Also more difficult to program). I have dissected some of the mcufriend lcd's, and there is possibile to mount at least 5 different LCD on PCB that are almost identical. The Only way to identify your lcd chip is to run a diagnostic software. Another problem is quality. 2 of 4 was broken when arrived. Only white screen and problem with reading id. One of them has identified itself as Renesans R61xxx (afair). So... It's lottery. 2 Quote Share this post Link to post Share on other sites
mamejay #6 Posted October 11, 2019 On 10/9/2019 at 8:31 PM, willyvmm said: @E474 it depend on Your difficulty definition. Compared to blinking LED id Rocket science. Compared to Apollo guidance computers od easy. Yo have to know how to read datasheet, how the software is working, how the hardware isvworking, and what to expect. Then is easy. I have no idea how mamy LCD types are sharing same layout and can be used with Arduino. @mamejay if Your LCD is working with original firmware, then it is not ili9325. The ili9325 seems to be an early version of lcd controller family, and is not compatible with newer chips. (Also more difficult to program). I have dissected some of the mcufriend lcd's, and there is possibile to mount at least 5 different LCD on PCB that are almost identical. The Only way to identify your lcd chip is to run a diagnostic software. Another problem is quality. 2 of 4 was broken when arrived. Only white screen and problem with reading id. One of them has identified itself as Renesans R61xxx (afair). So... It's lottery. Thanks for that. What Diag software can I use to determine exact what the type of LCD display I have? Seems a waste to have these screen and no use for them Quote Share this post Link to post Share on other sites
willyvmm #7 Posted October 12, 2019 Compiled diagnostic software has been attached to the blog post as well as link to source code repository. If your screen is blank, and is a mcufriend type, likely is just broken. You may use serial console (arduino serial console) to get some debug output. https://retrohax.net/atari-800-xl-refurb-sdrive-max/ w. 2 Quote Share this post Link to post Share on other sites
willyvmm #8 Posted October 19, 2019 HI again. Finally i got a fully working display, so i can show You that is really working Enjoy. 3 Quote Share this post Link to post Share on other sites
mamejay #9 Posted December 4, 2019 Hi Willyvmm, I ordered more screens and ow the 2.8" screens have a RM68090 chip in the. I have found that its supposed to be the same as a ili9325 I am useless at compiling code. Is it possible to get your ready made hex files? or guide me to a easy way to compile in Windows? Thanks Quote Share this post Link to post Share on other sites
mamejay #10 Posted December 4, 2019 Found your firmware. Unfortunately I still get a blank screen. How do you go about adding support for a different screen. What high level steps are required? I have a friend that can help with the coding I just have no idea where to start. Going from your Github I suspect that Display.c and makefile need to be updated. Quote Share this post Link to post Share on other sites