Scrolling vertical with ILI9488 #3882
andromeda2911
started this conversation in
General
Replies: 1 comment
-
|
This is one of the more esoteric capabilites which I find is rearely used and it takes a bit of getting used to as the 0,0 reference moves so this causes some grief to users. I will move this to the discussions as others may find it useful. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
On driver for ILI9341, is possible to scroll vertical,
on terminal sample code for ILI9431 there is
but not on drivers ILI9488
i replaced on my source code this two variable 0x33 and 0x37 and it work.
You will also need to change the resolution by replacing 320x240 with 480x320
and replace the value 231 with 311 for XPOS
You have to change blanck[19] by blank[29]
and replace values 18 byt 28 and 19 by 29
blank[(28+(yStart-TOP_FIXED_AREA)/TEXT_HEIGHT)%29]=xPos; // Keep a record of line lengths
on void Setup()
for title at top:
it's possible to add this two variable on drivers ILI9488 ?
Arduino 2.3.7
Waveshare Res_Touch_Screen 3.5" ILI9488
Waveshare RP2040-Plus or other
Beta Was this translation helpful? Give feedback.
All reactions