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.

Messages - Adam

Pages: [1]
1

As for the larger image not loading, it sounds like you are hitting the throughput limitation of the flash SPI interface for the IC, there is a limit on the amount of data which can be red during one screen refresh from flash. You could try lowering the screen refresh rate or utilising Adaptive Frame Rate to see if this helps with the larger images.

This problem fixed.It's about EVE_config library. I don't know why EVE_DISP_PCLK_FREQ is set 0xd12 !!!(In other library is 51MHz)
I changed it to 51000000 , EVE_DISP_PCLK to 20 , EVE_DISP_HCYCLE to 2000 so loading image directly from flash work properly.
I still don't understand why. Is there an explanation for this?

2
Hello BRT Community
I can NOT understand relation between Y coordinate and image size ... !
Another thing about max image size that loaded directly from flash. Apparently there is limitation. For example 1024x600 image can not load and screen turns white but 512x600 image load correctly.
Do you confirm that?

3
Hello again

Thanks for your reply.
Can you just confirm if you are seeing issues where the Y coordinate is a negative number or if it is any non zero integer?

Y coordinate that i used is positive and i test with another image with different size(72x72) and y coordinate work correct but still previous image(256x152) corrupted with y coordinate. Is it strange Or size affects on function or ...?

4
Can anyone HELP?

5
Hello
Thank you for your reply.

I found the problem.It's my mistake. I missed EVE_LIB_BeginCoProList command before EVE_CMD_FLASHUPDATE and EVE_CMD_FLASHREAD. Of course in Programming Guide Document in not mentioned about this point and in i found it in uploaded example.

Loading directly ASTC format image from flash to display is done correct but now i have another problem with using EVE_VERTEX2II function. When i use this function to giving coordinate for a bitmap, the x coordinate work properly but nonzero y coordinate cause corrupted display!

Like this:
http://www.brtcommunity.com/index.php?topic=285.msg1341#msg1341

Is solved?

EVE_VERTEX2II work completely good with same image that load from RAM_G.




6
Hello
I'm working on a embedded system using a stm32 and Riverdi 7" 1024x600 EVE4 BT817 display with 512Mb flash chip. I'm also using the excellent EVE library from Rudolph.
I followed the instructions given here to connect external flash and write and read to it.
http://www.brtcommunity.com/index.php?topic=320.msg1458#msg1458
I can change status of external flash and read size of it and also i can read and write to RAM_G by EVE_memWrite_sram_buffer() But EVE_cmd_flashupdate and CMD_FLASHREAD (read and write from external flash)not work.
Hopefully someone (like Rudolph) and point me to solve problem.
Thanks.
   

Pages: [1]