prenticedavid

Results 126 comments of prenticedavid

Your first regs look normal. But 0xDA, DB, DC look wrong. Are you sure that your wiring is correct ? What ID is returned when you plug the Shield into...

I don't believe you. Have you plugged the Shield into the Mega2560 as Nature intended? Have you used the defines that come with the library installation ? David.

There you are. A regular ILI9341. Which is 240x320 and very _unlikely_ to be 3.5 inch diagonal. ``` reg(0x00D3) 00 00 93 41 ILI9341, ILI9488 ``` Anyway, check your 32u4...

What is your point? Yes, you can edit LCDWIKI to make it compile and run on an ESP32. But what are you going to do with a badly spelled library...

Oh shit. I have just gone through your code and tidied it up: e.g. added what appeared to be your pin mapping. I am not sure if you need the...

No problem. My WRITE_DELAY macros are conservative. Intended for 66ns controllers like ILI9486. The SSD1963 is much faster. Look at the values at the top of the special.h file e.g....

Ah-ha. So the pin assignments are different: ``` //LCD pins |D15 |D14 |D13 |D12 |D11 |D10|D9 |D8 | |D7 |D6 |D5 |D4 |D3 |D2 |D1 |D0 | //MXRT pin |9.29|9.28|9.19|9.18|7.12|7.2|7.1|7.0|...

Please post your amended SSD1963_800ALT_regValues table. Yes, once the Manufacturer Registers have been set up, displays only receive regular User commands (from the MIPI set) Do you have any other...

``` //LCD pins |D15 |D14 |D13 |D12 |D11 |D10|D9 |D8 | |D7 |D6 |D5 |D4 |D3 |D2 |D1 |D0 | //MXRT pin |9.29|9.28|9.19|9.18|7.12|7.2|7.1|7.0| |7.17|7.10|9.8|9.6|9.5|9.4|7.11|7.16| //YOUR pin |7.29|7.28|7.19|7.18|7.12|7.2|7.1|7.0| |7.17|7.10|9.8|9.6|9.5|9.4|7.11|7.16| | (((d)...

Bump. I looked at your ZIP. ``` | (((d) & (1 > 8) \ //b8 -> 7.0 | (((d) & (1 > 9) \ //b9 -> 7.0 | (((d) &...