|
Forum Index : Microcontroller and PC projects : ILI8341 BREADBOARD
| Author | Message | ||||
| georgestheking Newbie Joined: 21/12/2021 Location: BelgiumPosts: 32 |
Hi, There is a new breadboard from China for the pico including I/O and a ILI9341 LCD. I am trying to use it. I use the last version of PICOMITE. first line to init SPI : OPTION system spi GP10,GP11,GP8 i get "Error : DScard already configured" Any idea ? Best regards Georges |
||||
| matherp Guru Joined: 11/12/2012 Location: United KingdomPosts: 10633 |
OPTION RESET first? |
||||
| JohnS Guru Joined: 18/11/2011 Location: United KingdomPosts: 4148 |
URL please John |
||||
| georgestheking Newbie Joined: 21/12/2021 Location: BelgiumPosts: 32 |
Here is the link : https://fr.aliexpress.com/item/1005004743550177.html?spm=a2g0o.cart.0.0.37c5378dD9TQEh&mp=1&gatewayAdapt=glo2fra Best regards Georges |
||||
| georgestheking Newbie Joined: 21/12/2021 Location: BelgiumPosts: 32 |
An for support https://wiki.52pi.com/index.php?spm=a2g0o.detail.1000023.1.2da3N9ZwN9ZwZx&title=EP-0164 Best regards Georges |
||||
| Mixtel90 Guru Joined: 05/10/2019 Location: United KingdomPosts: 8304 |
I'm not certain that that display is compatible with MMBasic. Someone else may know better, but the signals are unfamiliar to me. It looks rather like a serial data input rather than SPI. The touch device has the signals I would expect for SPI, but it has no IRQ signal. Edited 2023-02-25 02:41 by Mixtel90 Mick Zilog Inside! nascom.info for Nascom & Gemini Preliminary MMBasic docs & my PCB designs |
||||
| matherp Guru Joined: 11/12/2012 Location: United KingdomPosts: 10633 |
Based on a brief examination of the pinout of this board there is no way to use it in MMBasic - the wiring appears to be catastrophically stupid - different SPI for touch and the display with the display bitbanged: GP7 for WR makes no sense Edited 2023-02-25 02:42 by matherp |
||||
| JohnS Guru Joined: 18/11/2011 Location: United KingdomPosts: 4148 |
Is it this In which case is it OK? edit: was working URL but now I'm getting Bad Gateway pins used here John Edited 2023-02-25 03:10 by JohnS |
||||
| matherp Guru Joined: 11/12/2012 Location: United KingdomPosts: 10633 |
See my reply above |
||||
| JohnS Guru Joined: 18/11/2011 Location: United KingdomPosts: 4148 |
I didn't understand such as "GP7 for WR makes no sense" when GPIO7 isn't called WR. Sorry. Still mystified. John |
||||
| matherp Guru Joined: 11/12/2012 Location: United KingdomPosts: 10633 |
GP15 WR, GP7 SDI, still complete nonsense |
||||
| JohnS Guru Joined: 18/11/2011 Location: United KingdomPosts: 4148 |
Thanks. John |
||||
| Mixtel90 Guru Joined: 05/10/2019 Location: United KingdomPosts: 8304 |
Just a guess based on the mnemonics - it isn't SPI. RST - reset (fair enough!) CS - device select (probably active low) RS - register select (to change values in them - probably active low) WR - write - not sure of polarity SDI - serial data IO It's not going to work with MMBasic anyway. Mick Zilog Inside! nascom.info for Nascom & Gemini Preliminary MMBasic docs & my PCB designs |
||||
| The Back Shed's forum code is written, and hosted, in Australia. | © JAQ Software 2025 |