Skip to content
This repository has been archived by the owner on Mar 14, 2024. It is now read-only.

how to use other lcd? #2

Open
aldolo69 opened this issue Sep 22, 2018 · 3 comments
Open

how to use other lcd? #2

aldolo69 opened this issue Sep 22, 2018 · 3 comments

Comments

@aldolo69
Copy link

hi.
these are the hardware specific calls:

ili9340_setFrontColor(term.front_color);
ili9340_setBackColor(term.back_color);
ili9340_fillRect(0, scroll_min, VT100_SCREEN_WIDTH, pixels, 0x0000);
ili9340_drawChar(x, y, ch);
ili9340_setScrollStart(scroll_start);
ili9340_setScrollMargins(0, 0);
ili9340_setScrollStart(0);

do you remember the effects of the scroll related function?

@mkschreder
Copy link
Owner

mkschreder commented Sep 24, 2018 via email

@aldolo69
Copy link
Author

of course i've ordered an ili9341 display, but i would like to use it in landscape mode so hardware scrolling is unavailable. i'll use an esp8266 which has got enough memory for a b/w display.

@mkschreder
Copy link
Owner

mkschreder commented Sep 26, 2018 via email

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants