|
Forum Index : Microcontroller and PC projects : PicoMite - using ILI9341 panel as a console
| Author | Message | ||||
| marvbloke Newbie Joined: 16/03/2022 Location: United KingdomPosts: 3 |
Hi all, Firstly a big thanks to everyone involved in bringing MMBasic to the Pico. I'm loving this project! And now for my first problem. I've got PicoMite/MMBasic running well on a breadboard using a Waveshare 2.4 inch LCD (ILI9341 SPI display). It looks great, and runs the circles demo really well. However, I'm hoping to use it as a console (using OPTION LCDPANEL CONSOLE), which works fine until you get to the bottom of the screen. Instead of scrolling, most of the screen turns white apart from the bottom row of text. Here's a video which shows the problem better than I'm describing it. The manual does mention issues with scrolling, but wondered if there was a solution to the issue? Edited 2022-03-18 06:59 by marvbloke |
||||
| matherp Guru Joined: 11/12/2012 Location: United KingdomPosts: 10619 |
You haven't got MISO connected |
||||
| marvbloke Newbie Joined: 16/03/2022 Location: United KingdomPosts: 3 |
Ah - that's it. This particular panel doesn't have a MISO connection, so I've ordered a couple that do. Thanks! |
||||
| al18 Senior Member Joined: 06/07/2019 Location: United StatesPosts: 231 |
I believe the PicoMite firmware supports both the Waveshare PicoTouch 3.5 inch LCD and the Waveshare Pico Evaluation board with the same 3.5 inch LCD and a lot more sensors |
||||
| matherp Guru Joined: 11/12/2012 Location: United KingdomPosts: 10619 |
and neither of those have MISO available so cannot be used as console devices |
||||
| hitsware2 Guru Joined: 03/08/2019 Location: United StatesPosts: 735 |
This one works .. my site |
||||
| al18 Senior Member Joined: 06/07/2019 Location: United StatesPosts: 231 |
Please report back to confirm if the 2.8 inch display works. Both of the 3.5 inch displays I mentioned have pin GP12 labeled as SPI MISO pin. |
||||
| phil99 Guru Joined: 11/02/2018 Location: AustraliaPosts: 2832 |
GP12 is the SPI MISO pin for the Pico, the issue I think Peter is referring to is that the display does not have it's MISO (also called SDO) output available to connect to the Pico on those units. |
||||
| matherp Guru Joined: 11/12/2012 Location: United KingdomPosts: 10619 |
There are only three SPI displays that can be used as (very slow scroll) console devices. ILI9341 (but only if MISO is available), ILI9488/86 (connect MISO with a 680ohm resistor as the controller doesn't tri-state properly) and the 2.8" Waveshare ST7789 |
||||
| marvbloke Newbie Joined: 16/03/2022 Location: United KingdomPosts: 3 |
Thanks everyone. The project I'm working on needs a 2.4 inch screen - no bigger. So the ones I've ordered (which are 2.4 inch ILI9341 with a MISO connection) should do the trick. I'll report back after they arrive next week. |
||||
| hitsware2 Guru Joined: 03/08/2019 Location: United StatesPosts: 735 |
Definitely works ( Do not know about specific needs ) my site |
||||
| The Back Shed's forum code is written, and hosted, in Australia. | © JAQ Software 2025 |