Replies: 2 comments 8 replies
-
Ooh-ahh, it's working! |
Beta Was this translation helpful? Give feedback.
-
In the meantime I've just run into a new issue: the st7701_type1_init_operations is upside down on this device, and the SW rotation (2 /* rotation */) skips a few lines at the bottom of the display in case of big/full frame buffer. |
Beta Was this translation helpful? Give feedback.
-
Hello, and first of all thanks for this nice library!
I have a new gadet from SeeedStudio, a SenseCAP Indicator. It's an ESP32-S3 based 4" display, looks like a simple ESP32-S3-RGB.
However!
For some mysterious reason the SPI_CS and the LCD_RST pins were outsourced to a PCA9535 I2C expander, you can find a block diagram HERE.
I've seen that CS can be GFX_NOT_DEFINED (set fix LOW), so my setting are the following:
Compiled PDQgraphicstest and running, the Serial output is the following:
Benchmark micro-secs
Screen fill 85303
Text 28389
Pixels 477361
Lines 598158
Horiz/Vert Lines 81183
Rectangles (filled) 496544
Rectangles (outline) 67436
Triangles (filled) 209196
Triangles (outline) 45312
Circles (filled) 48793
Circles (outline) 57702
Arcs (filled) 48146
Arcs (outline) 151570
Rounded rects (filled) 535074
Rounded rects (outline) 73095
Done!
Blacklight is OK, but I can not see anything on the display. Looks like the init was wrong, is there any solution to bitbang the CS (eg. though some macro), or did I screw something else up?
Beta Was this translation helpful? Give feedback.
All reactions