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

Main Menu

Evecmd32_Text not working

Started by Hola, November 10, 2023, 05:22:20 AM

Previous topic - Next topic

Hola

The program does not run properly and the device hangs when Evecmd32_Text command is used. When the command is commented, it works fine.

BRT Community

Hi,
Could you advise on what the implementation of your text command is in your library?
For text, make sure to terminate the string and to pad the string so that the whole command is a multiple of 4 bytes (or ensure the next command begins at a 4-byte aligned address in the command buffer, depending on how you do your RAM_CMD writes).

Best Regards, BRT Community

HEYYA

Can you please give an example code snippet for this?

BRT Community