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 - HEYYA

Pages: [1]
1
Discussion - EVE / Re: Using flash for bitmaps
« on: February 20, 2024, 10:47:20 AM »
I am trying to update my flash using cmd_flashupdate. But flash doesn't get updated, unless I erase the whole flash memory.

2
Discussion - EVE / Re: Modularly load ASTC images
« on: February 02, 2024, 11:39:01 AM »
Yes Rudolph, I have seen the code. But it isn't working for me.

 Isn't the CMD_FLASHREAD writing the flash image to RAM_G. Or is it writing it to some other memory?

Also I am trying to write the same image which I read from flash to memory earlier using CMD_FLASHREAD. Is there any extra thing to be done other than calling CMD_FLASHUPDATE in this case?

3
Discussion - EVE / Re: Modularly load ASTC images
« on: February 02, 2024, 09:11:37 AM »
Hi,

ram addr = 526336
flash addr = 526336 is what I have written in the functions

4
Discussion - EVE / Re: Modularly load ASTC images
« on: February 02, 2024, 08:24:40 AM »
         Ft_Gpu_CoCmd_FlashRead(phost, ram_addr, flash addr, size);/* 480x272 */
         Ft_Gpu_CoCmd_FlashUpdate(phost, flash addr, ram addr, size);

The flash read command works properly and I am able to display the image through setbitmap function. But when I write code for flash update, the program crashes.




5
Discussion - EVE / Re: Modularly load ASTC images
« on: February 01, 2024, 10:05:51 AM »
May I know if this issue is resolved?

I want to update a few images(size of image is same as screen size) in the flash. My CMD_FLASHUPDATE is not working.


6
Discussion - EVE / Adding German Letters in BT818
« on: January 11, 2024, 09:32:10 AM »
Is there a way to add German letters using CMD_TEXT, other than by adding a flash file or adding font to RAM memory location?

7
Discussion - EVE / Re: Evecmd32_Text not working
« on: January 11, 2024, 09:27:41 AM »
Can you please give an example code snippet for this?

Pages: [1]