-
Can't play stream when i use ILI9488 display and tried some others that use adafruit gfx library.
When i play the stream it opens and stops directly, no audio. Display says [STOPPED]
Exact same setu…
-
Error in file `lvgl_esp32_drivers\lvgl_tft\ili9488.h`:
```c
/*********************
* DEFINES
*********************/
#define ILI9488_DC CONFIG_LV_DISP_PIN_DC
#define ILI9488_RST C…
-
Hello!
I have a problem with ILI9488 similar to the one described in #35. I am using ILI9488 through waveshare's board: https://www.waveshare.com/wiki/Pico-ResTouch-LCD-3.5.
For some reason (pro…
-
armbian and orangepi zero plus ;
I don't know programming, so I followed some tutorials on the Internet.
MakeFile:
ifneq ($(KERNELRELEASE),)
obj-m += fb_ili9488.o
else
PWD=$(shell pwd)
KDIR=/us…
-
Hi, I am trying to get a 3.5" ili9488 screen working with my PocketBeagle, I have had success getting a 1.8" ST7735 working and displaying the cli from the framebuffer however I am encountering the fo…
-
I have an ILI9488 SPI display that I've been working on a driver for. Unfortunately, I can't seem to get it to work with the standard bus device as it looks like the display driver is expecting each b…
-
Hi,
I wanna to use your example but change to ILI9488 LCD
I try this very simple code but didn't display anything ???
//
// ZIP library example sketch
//
// Written by Larry Bank
// June 9…
-
The ILI9488 LCD controller has an interesting feature, that allows to define a rectangle region on the LCD, followed by data to fill this area. Unfortunately it doesn't work as explained in the data s…
-
**Describe the problem you have/What new integration you would like**
The ILI9488 display controller is used in some "larger" TFT displays (https://www.aliexpress.com/item/1005003773199628.ht…
-
**Describe the problem you have/What new integration you would like**
Would love to see support for ILI9488 display driver to use this 3.5" TFT Display. https://www.makerfabs.com/esp32-3.5-inch…