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

Pages: 1 [2] 3 4 ... 10
 11 
 on: April 23, 2024, 08:53:00 AM 
Started by FlorianG - Last post by BRT Community
Hi,

Could you advise what lengths of strings you were needing to use?

Best Regards, BRT Community

 12 
 on: April 23, 2024, 02:13:00 AM 
Started by FlorianG - Last post by FlorianG
Hi,

I really tried a lot of different combinations and different alignments in RAM but none worked.  Can you send us an example of two different images generated separately but both loaded at the same time in memory and which would be functional on the chips.  I will also be very curious to see how did you achieve this result.  Posting them here lets us know if the problem comes from our image generation or the way we load them into memory.

 13 
 on: April 23, 2024, 02:05:43 AM 
Started by FlorianG - Last post by FlorianG
Hi,

do you know if it is possible to display long texts with the BT 815 chip?  I use the Gameduino 3x Dazzler so it is equipped with 8 mega of external RAM.  if I display too much text it crashes because I suppose I am saturating the list of instructions.  List which is too small and remains a big limitation on these chips. 

Ps. my CPU is at teensy 4.0

 14 
 on: April 19, 2024, 09:40:37 AM 
Started by Rudolph - Last post by BRT Community
Hi Rudolph,

Yes, 2.11.0 is now out,

We were not able to make some other changes in time for this one but rest assured your suggestions are with the R&D team for future consideration,

Best Regards, BRT Community

 15 
 on: April 19, 2024, 04:36:46 AM 
Started by BRT Marketing - Last post by BRT Marketing
🔍 Looking to master your EVE interface?
Especially on the recent Access Control topic?

We’ve got you covered!

Our latest FAQ update dives into topics like transparency, layering, and even custom touch functionality. 🖥️👆

1️⃣ "How do I use icons or symbols on my EVE user interface with a transparent background”
Full Answers here: https://bit.ly/FAQ1-EVE-Icon-Symbols

2️⃣ "How do I overlay icons and message boxes on my user interface?"
Full Answers here: https://bit.ly/FAQ2-Overlay-Icons-Message-Boxes

3️⃣ "I wish to use EVE in an access control system that requires touch input, but the touch control on my LCD panel is not natively supported, can EVE support custom touch functionality?"
Full Answers here: https://bit.ly/FAQ3-Touch-Input-Functionality

Explore more FAQs like this on our website: https://brtchip.com/faqs

 16 
 on: April 18, 2024, 08:12:36 PM 
Started by Rudolph - Last post by Rudolph
Well now, EAB 2.11.0 is out and it clears the Input Character file when you change fonts.
L8 is still selected when going for extended format, "Reserve Space" is still not selected by default and ASTC 4x4 is still the default.

And it still generates the 7.4MB "SampleApp" everytime.
At least there is a way to stop this, rename C:\Users\Public\Documents\EVE Asset Builder\tools\SampleApp

 17 
 on: April 17, 2024, 08:01:58 PM 
Started by _chris_ - Last post by _chris_
The needle is 600(W)x530(H) It is a red needle going vertically from about 300px down from top plus a filled circular centre area in grey. The remainder is transparent. The overall size allows the needle to display through about 270 degrees with a rotation matrix applied. (Rotated images appear to be cropped outside the original rectangular bitmap size if not rotated).

It appears that the whole area below the image comes out as pink which shows in the opposite top corner when the needle is pointing to the bottom left or bottom right. I will try making the image bigger to see if this solves this issue.

The settings for image conversion are BT81x (using at BT817) and exhaustive (tried all and get the same result).
For the flash utility Data alignment is ticked as is insert EDF block.
I've so far tried 4x4, 5x5 and 8x8 formats. Each one has differences in artifacts.

The binary file is copied to the flash as-is. The blob appears to work as the flash switches to fast ok.

On start up, each image is copied to RAM starting on a 4K boundary for each. Padding is ignored at this stage as the images all start on a 4K boundary.


 18 
 on: April 17, 2024, 03:36:24 PM 
Started by _chris_ - Last post by BRT Community
Hello,

Thank you for the update, I'm glad to hear you can resolve the astcenc.exe issue.

Would you be able to provide the Conversion settings utilised in your testing? Along with the image dimensions for the needle image?

Best Regards,
BRT Community

 19 
 on: April 17, 2024, 08:57:23 AM 
Started by _chris_ - Last post by _chris_
Thanks for the replies.

I suspect the first post hit the nail on the head, I use a fairly old toughbook in the lab as it has a bigger screen than the newer ones which is easier on the eyes. I re-installed on a newer laptop and the supplied one works.

The bad news is that the supplied astcenc is doing exactly the same.

I'm suspecting the problem is that this application is for custom dials so solid lines and text with sharp edges and high contrast. Not ideal for compressed graphics but there are 2.2MB in ARGB555 format. I was assuming I could display direct from flash as stated in the data sheet however when searching forums to solve the issues it has become apparent this is not the case. There should be a warning in the data sheet than only a few small graphics can be displayed direct from flash.

The workaround at the moment is to display the one causing major issues, a large needle with rotation applied, in ARGB555 which takes up 600K and then use higher compression on the remainder and crop the bottoms of the images to hide the artifacts. The customer is complaining that the graphics are looking rather fuzzy like this though.

Are there any suggested optimisation switches for astcenc to make it more suitable for this type of image ?

The only other route I can try is uncompressed / palleted to reduce the image size since there aren't a great deal of colours. Not a route I want to go as it will be more work and restrictive for future changes.

I'm under an NDA so can't post the images on here. It may be I can create something similar myself which shows the same problem.

 20 
 on: April 16, 2024, 05:25:16 AM 
Started by _chris_ - Last post by brtchip.truongly
Hello,

Can you please try the command line mode by clicking the "Command Prompt" button in the left side panel?
NOTE: Use option -x to specify the path to astcenc.exe

eab_tools img_cvt -i D:/flower-red.bmp -f 15 -o D:/work_space/output -e thorough -x path/to/astcenc.exe

Another way is to check the astcenc.exe supplied by EAB.
astcenc.exe -cl  path/to/image.png  path/to/output.astc 5x5 -fast

Pages: 1 [2] 3 4 ... 10