3.5inch SPI Module ILI9488 #661
Replies: 5 comments 6 replies
-
|
Hey, @darioakarob. Good question. The ILI9341 driver in the Moddable SDK willl work with the ILI9488 too. They are both variations of the MIPI display standard. To start, you could just try running an example that uses that board. You should get pixels, though they probably won't look quite right. From there you can configure the driver in your manifest. The most important values to configure will be width and height as described in the ILI9341 driver document. |
Beta Was this translation helpful? Give feedback.
-
|
Heilà again, wiring ok; it was different from yours because the c ++ library I use with platformio has different defaults on some pins. |
Beta Was this translation helpful? Give feedback.
-
|
Hello again, i am back because i can't let any example run with a display. compiled the app with the following command:
but the display does not show anything and xsbug seems to freeze because i can not see the traces i put into the main.js source file: Please note that the same hw (esp8266 nodemcu + tft + touch) same wiring run perfectly while compiling firwares with platformoi and tft_espi library. [from this library i also got the registers configuration, which is a bit different form yours (both the register configs does not run)]. I am quite sure i am missing something but i can get it out..... please help |
Beta Was this translation helpful? Give feedback.
-
|
Hi Peter, I did not understand, and perhaps I still do not understand it now, that the |
Beta Was this translation helpful? Give feedback.
-
|
@darioakarob, thanks for explaining that. There are platforms and sub-platforms. The platform is something like When you are wiring up a device yourself, it is convenient to match the wiring of an existing subplatform. We generally publish screen wirings that are compatible with Moddable Zero. If you wire things differently, then you should copy a subplatform that is close and update it to match your configuration. It sounds like that's what you did with your |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am new to moddable SDK so please bear me if i am posting an already answered question.
The question is simple: are there any plans to support ILI9488 displays on ESP32/8266 devices? Actually i am using this library: https://github.com/Bodmer/TFT_eSPI
this is a wiki page about that display: http://www.lcdwiki.com/3.5inch_SPI_Module_ILI9488_SKU:MSP3520
thanks in advance
Rob
Beta Was this translation helpful? Give feedback.
All reactions