BRT Community

Please login or register.

Login with username, password and session length
Advanced search  

News:

Welcome to the Bridgetek Community!

Please read our Welcome Note

Technical Support enquires
please contact the team
@ Bridgetek Support

Please refer to our website for detailed information on all our products - Bridgetek - Bridging Technology

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Topics - Turby

Pages: [1]
1
Hi,

I'm working on a embedded system using a Teensy 4.1 with SD Card, and Riverdi 7" 1024x600 EVE4 BT817 display with 512Mb flash chip. I'm also using the excellent EVE library from Rudolph.

The idea is to place a standard JPG or PNG file on to the SD card with a known name eg boot.jpg and this is displayed at startup.

When the power is applied the SD card is scanned for the file boot.jpg and then the image is transferred from SD Card to the EVE flash, and then removed from the SD card.

The next time the power is cycled the boot image is displayed from flash.

So my questions are:
1.Is this actually possible with large 1024x600 jpg / png images
2. How do I transfer the file boot.jpg from SD card to Image flash using the Rudolph library ? I Assume I need to do this in chunks
3. Do I need to convert image into ASTC format or can I leave as native JPG / PNG ?
4. Lastly how do I display image directly from flash using the Rudolph library ?

For info, my test app using the Rudolph library is working perfectly so far on the Teensy 4.1 using DMA and have got my ASTC 5x5 icon font working well.

Hopefully someone (like Rudolph) and point me in the right direction!






2
Discussion - EVE / Non square pixel support BT817/818 using HSF
« on: April 06, 2021, 10:49:26 AM »
Hi,

I'm looking to purchase a 7" display with the new Eve4 BT817 controller. I am migrating an existing application which uses a 5" display which has square pixels. From reading 7" TFT datasheets I see that pretty much all of them have non-square pixels. For example the 7" 1024x600 Riverdi RVT70HSBFWN00 has a pixel size of 0.1506 (width) × 0.1432 (height).

The main reason why I want this is to display round circles, not ellipses, it also makes any math for coordinates easier.

I've searched the various datasheets but not finding much in the way of how to use Horizontal Scanout Filter. Even how its actually set (see https://brtchip.com/wp-content/uploads/Support/Documentation/Datasheets/ICs/EVE/DS_BT817_8.pdf)

If I were to keep 1024 x 600 and set HSF to get square pixels, would I then see an unused region on the right hand edge of the display? If so, could I then increase the resolution to (for example) 1060 x 600 to use the entire width of the display?

Is there an example of this being used I could look at?

As an aside does the Eve Screen Builder / Design software (or any other similar tools) take HSF into consideration?

Many thanks
Toby

Pages: [1]