graphics and images on tft screens

For Flowcode users to discuss projects, flowcharts, and any other issues related to Flowcode 8.

Moderator: Benj

Post Reply
Vatel20
Posts: 4
Joined: Sun Dec 06, 2020 2:54 pm
Contact:

graphics and images on tft screens

Post 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.

viktor_au
Posts: 342
Joined: Fri Jan 26, 2018 12:30 pm
Location: South Australia
Has thanked: 43 times
Been thanked: 60 times
Contact:

Re: graphics and images on tft screens

Post 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?

Vatel20
Posts: 4
Joined: Sun Dec 06, 2020 2:54 pm
Contact:

Re: graphics and images on tft screens

Post by Vatel20 »

how can i create an image file and transfer it into the code Flowcode v8

Vatel20
Posts: 4
Joined: Sun Dec 06, 2020 2:54 pm
Contact:

Re: graphics and images on tft screens

Post by Vatel20 »

1.png
1.png (274.51 KiB) Viewed 2301 times
2.png
2.png (228.29 KiB) Viewed 2301 times

viktor_au
Posts: 342
Joined: Fri Jan 26, 2018 12:30 pm
Location: South Australia
Has thanked: 43 times
Been thanked: 60 times
Contact:

Re: graphics and images on tft screens

Post by viktor_au »


User avatar
Benj
Matrix Staff
Posts: 15312
Joined: Mon Oct 16, 2006 10:48 am
Location: Matrix TS Ltd
Has thanked: 4803 times
Been thanked: 4314 times
Contact:

Re: graphics and images on tft screens

Post 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.

Post Reply