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

Pages: [1]
1
Discussion - EVE / Re: Displaying Video
« on: May 31, 2022, 07:12:51 AM »
thanks for reply,
this code is not working
HAL_MemWrite32(EVE_REG_PLAY_CONTROL, 1);
this function is not given in PIC microcontroller lib,
please give me that function.

2
Discussion - EVE / Re: Displaying Video
« on: May 30, 2022, 06:12:28 AM »
hello,
i have  bridgetek 816c50a-d module. and i having pic micro controller ,i have downlod lib or pic interfacing and sucessfully display image from flash. but now i want play video from flash. but it working (video converted and upload on flash using eve asset builder software
sharing my pic code ,please give me suggestion if i am wrong

 API_LIB_BeginCoProList();
         API_CMD_DLSTART();
         API_CLEAR_COLOR_RGB(255, 0, 0);
         API_CLEAR(1,1,1);
         API_COLOR_RGB(255,255,255);
            EVE_CMD_FLASHSOURCE(4160);
           
           API_CMD_VIDEOFRAME(4,0);
            API_CMD_PLAYVIDEO(OPT_FULLSCREEN| OPT_NOTEAR| EVE_OPT_FLASH);
            EVE_CMD_VIDEOSTARTF();
         
         API_DISPLAY();
         API_CMD_SWAP();
         API_LIB_EndCoProList();
         API_LIB_AwaitCoProEmpty();

Pages: [1]