Search found 3 matches
- Wed Nov 15, 2023 12:01 am
- Forum: General discussion
- Topic: STM32F103C8 and 9325 unusual display
- Replies: 5
- Views: 12007
Re: STM32F103C8 and 9325 unusual display
I've done something, but that it is for ILI9341 LCD
https://github.com/ag88/Adafruit_ILI9341_SPI_stm32duino
you can try adapting the codes to see if it works for your LCD. The control codes for ILI9341 vs ILI9325 are likely somewhat different, but I have not reviewed any spec sheets that provide ...
- Tue Nov 14, 2023 12:27 pm
- Forum: General discussion
- Topic: STM32F103C8 and 9325 unusual display
- Replies: 5
- Views: 12007
Re: STM32F103C8 and 9325 unusual display
Small update as I think the issue is primarily with Adafruit GFX library fillScreen function not working. Other GFX functions appear to draw on the screen correctly, the screen just doesn't get refreshed properly with fillScreen.
If I understand Adafruit_TFTLCD_8bit_STM32.cpp it expects ...
If I understand Adafruit_TFTLCD_8bit_STM32.cpp it expects ...
- Sun Nov 12, 2023 3:14 pm
- Forum: General discussion
- Topic: STM32F103C8 and 9325 unusual display
- Replies: 5
- Views: 12007
STM32F103C8 and 9325 unusual display
Hi guys, I am trying to get this display to work and have hit a wall. I will break down what I have tried so far.
LCD Identification
Under the LCD it has CL9325-115 on the ribbon. It is part of original Jyetech DSO-138 kit I got some years ago from Banggood. Most of these originally seem to be ...
LCD Identification
Under the LCD it has CL9325-115 on the ribbon. It is part of original Jyetech DSO-138 kit I got some years ago from Banggood. Most of these originally seem to be ...