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

Recent posts

#31
Discussion - EVE / Re: BT817 built in ROM fonts
Last post by BRT Community - February 13, 2026, 04:47:26 PM
Hi,

For these fonts, it is required to use CMD_ROMFONT. Please see section 5.70 in the Programming Guide for examples.
https://brtchip.com/wp-content/uploads/2025/07/BRT_AN_033_BT81X-Series-Programming-Guide.pdf

Here we set the font 34 to user handle 1.

cmd_romfont(1, 34);
cmd_text(60, 32, 1, 0, "34");

Hope it helps, Best Regards, BRT Community
#32
Discussion - EVE / BT817 built in ROM fonts
Last post by maciej_ch - February 13, 2026, 11:21:13 AM
Hi,
I'm working with a BT817 and I've encountered a strange issue with ROM fonts.
According to the documentation, the BT817/8 has built-in ROM fonts with handles 16–34, and fonts 31–34 are large ROM fonts encoded in ASTC 8x8 format.
However, on my system:
EVE_CMD_TEXT(20, 10, 31, 0, "BT817 Flash Image");  // works
EVE_CMD_TEXT(20, 10, 32, 0, "BT817 Flash Image");  // BT817 freezes
Font 31 works correctly, but as soon as I use font 32 (or any handle >31), the BT817 co-processor appears to hang (command FIFO stops progressing).
External flash is working correctly and is in FAST/FULL mode — I can read images from it without any issues.
I'm not sure whether I'll actually need these ROM fonts since I'll probably use custom fonts anyway, but I'd like to understand whether this is a known issue, a configuration mistake on my side, or possibly a silicon/firmware bug.
Thanks in advance for any advice.
#33
BRT News / Bridgetek Webinar | Designing ...
Last post by BRT Marketing - February 09, 2026, 08:16:53 AM


Traditional MCUs often hit their limits when faced with today's demanding graphics and touch requirements. Complex code, sluggish performance, and limited user experiences can hold back innovation.

Join our upcoming Bridgetek webinar to discover how EVE (Embedded Video Engine) transforms development:

Simplify design workflows with powerful integrated graphics capabilities.

Reduce code complexity and accelerate time-to-market.

Deliver smoother, more engaging user experiences across applications.

Whether you're building smart appliances, industrial interfaces, or next-gen IoT devices, EVE helps you move beyond the constraints of traditional MCUs.

👉 Reserve your spot today and see how Bridgetek EVE can design seamless interfaces - moving beyond MCU limitations.


LIMITED SEATS! REGISTER NOW
#34
BRT News / EVE Innovation Challenge 2026
Last post by BRT Marketing - February 09, 2026, 01:57:23 AM

Challenge Date : 12 Jan – 27 Feb 2026

Mission: Create an impactful project on the EVE platform.
Prize: Bridgetek Evaluation Kit +15.6" display + ticket to EW 2026 (10–12 March).
Action: Show us your creativity—bring your ideas to life!
Submit your project here
#35
Discussion - EVE / Re: Please update ftd2xx.dll i...
Last post by BRT Community - January 26, 2026, 06:45:51 PM
Our R&D team will be updating the tool to use the latest driver and we'll let you know when the version is released,

Best Regards, BRT Community
#36
Discussion - Software / Re: EVE Asset Builder 4.1.0 gi...
Last post by BRT Community - January 16, 2026, 02:12:18 PM
Hello,

Thank you for the update, I'm glad to hear that you have managed to get the conversion to work via the command line.

Yes the -q option in ffmpeg.exe relates to the quality of the conversion:
-q q                use fixed quality scale (VBR)
Best Regards,
BRT Community
#37
Discussion - EVE / Re: Please update ftd2xx.dll i...
Last post by Matrix Orbital - January 14, 2026, 08:03:12 PM
No problem, but there seems to be a little lack of communication between FTDI and BRT it seems.
#38
Discussion - Software / Re: EVE Asset Builder 4.1.0 gi...
Last post by TFTLCDCyg - January 14, 2026, 02:57:58 AM
Thank you for your recommendation. I adapted the suggested lines, both for the input and output file paths, and it worked.

You cannot view this attachment.

It doesn't work from the EAB 4.1.0 window, but it does work from the command line. I should assume that this part of the instruction: -q:v 4
sets the file conversion quality to 4, is that correct?
#39
BRT News / 🌟 “Bring your displays to life...
Last post by BRT Marketing - January 14, 2026, 01:10:48 AM
Looking to add stunning, interactive graphics without stressing your MCU?
Meet the Bridgetek FT813 Embedded Video Engine — your all‑in‑one solution.
- Crisp 800×600 resolution for sharp visuals
- Smooth multi‑touch support — up to 5 touch
- Built‑in audio engine for immersive sound
- Low power, high efficiency — perfect for smart appliances, industrial dashboards, in‑car systems and many other applications.
With FT813, you get graphics, audio, and touch in one chip.
🚀 Simplify your design. Elevate your user experience. Choose FT813.
👉 Learn more at
#40
Discussion - Software / Re: EVE Asset Builder 4.1.0 gi...
Last post by BRT Community - January 13, 2026, 03:55:48 PM
Hello,

Thank you for sharing the source video file.

Unfortunately the development team were not able to recreate the issue on their test machine.
They have asked for some logs of the EAB conversion process

QuoteCan we recommend the user open EAB's command prompt (by clicking the bottom button in left-side panel), run these command lines in turn and share the result log:

eab_tools video -i path/to/VAN.mp4 -r 798:450 -o "path/to/output" -q 4 -s 48000 -f 3 -c MIX -t 29.97

ffmpeg.exe -i "path/to/VAN.mp4" -threads 16 -hide_banner -y -s 798:450 -pix_fmt yuvj420p -r 29.97 -c:v mjpeg -q:v 4 -c:a pcm_s16le -ar 48000 -ac 1 "path/to/output/VAN.avi"


Best Regards,
BRT Community