Page 1 of 1

graphics and images on tft screens

Posted: Sun Dec 06, 2020 3:11 pm
by Vatel20
I see nice graphics and images on tft screens
I have a ili9341 spi screen with dimensions 240x320.
how can i create with flowcode v8.

Re: graphics and images on tft screens

Posted: Sun Dec 06, 2020 10:05 pm
by viktor_au
Hello
Did you have time to have a look at this component?
https://www.matrixtsl.com/wiki/index.p ... raphical)
Did you search this forum for related to ili9341 posts?

Re: graphics and images on tft screens

Posted: Mon Dec 07, 2020 12:21 am
by Vatel20
how can i create an image file and transfer it into the code Flowcode v8

Re: graphics and images on tft screens

Posted: Mon Dec 07, 2020 1:01 am
by Vatel20
1.png
1.png (274.51 KiB) Viewed 2407 times
2.png
2.png (228.29 KiB) Viewed 2407 times

Re: graphics and images on tft screens

Posted: Mon Dec 07, 2020 3:11 am
by viktor_au

Re: graphics and images on tft screens

Posted: Mon Dec 07, 2020 11:58 am
by Benj
There are two components currently in Flowcode to allow you to do this.

Both live inside the Displays -> Graphical Library component category.

Bitmap Drawer FAT - Allows you to draw images from an SD card
Bitmap Drawer ROM - Allows you to load a bitmap image into ROM

At the moment we only support the bitmap file format, the bit depth can be reduced to save on storage space if required.