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 - BRT Community

Pages: 1 [2] 3 4 ... 50
16
Hello,

Thank you for your question, I have queried the development team on the relationship between the .astc and .raw outputs when performing an ASTC image conversion.

You can find the astcec.exe utility and eab_tools.exe utility within the installation folder for EAB, generally this is in the following location:

C:\Users\Public\Documents\EVE Asset Builder\tools

Best Regards,
BRT Community

17
Hi Rudolph,
We checked with a 7" 1024x600 and also with a 10.1" 1280x800 screen.
Here is an example on the 10.1" screen

Best Regards, BRT Community

 

18
Hi,

Just to update, We were able to fill RAM_DL to 7964 by using text commands with this string (on BT817)

"123456789\u00B0123456789\u00B0123456789\u00B0"

We will try the NOPs and your other string too to see if we can see the issue, and will update you,

Best Regards, BRT Community


19
Discussion - EVE / Re: UNIOCDE fonts bigger than 18
« on: March 16, 2024, 06:08:01 PM »
Hi,

Could you please advise what settings you used to convert the font in EVE Asset Builder and also which version of the EAB you use?

Best Regards, BRT Community

20
Hi,

We will test out and investigate this also and keep you updated, thanks for your additional test results Rudolph,

Best Regards, BRT Community

21
Discussion - EVE / Re: Help to choose Backlight LED driver
« on: March 11, 2024, 02:56:55 PM »
Hello,

Thank you for your question.

We utilise the following LED backlight drivers on our development modules, maybe these would be suitable for your application:
IS31BL3506A
IS31BL3506B

Best Regards,
BRT Community

22
Discussion - EVE / Re: Screen updates
« on: March 11, 2024, 11:18:00 AM »
Hello,

Yes, the append technique in AN_340 is one of the best ways to do this,

Which EVE device do you use? The BT817/8 also have a more advanced version of this where you can store sections of command list (as well as section of display list) and this can make it even easier

However, the Append can be used on all EVE devices in any case if you use other models apart from BT817/8.

We also have an example of the same technique as AN_340 where we draw the chart line and the numerical values here using append whilst the other static items are stored:
https://brtchip.com/wp-content/uploads/Support/Documentation/Application_Notes/Modules/EVE/AN_356-FT800-Interfacing-I2C-Sensor-to-VM800P.pdf

Best Regards, BRT Community

23
Hi,
Yes, unlike the compressed png/jpg formats, the compressed file for an inflate could have different types of content and so there will not be standard image data in all cases. As Rudolph mentioned, since you will create the file in most cases, you can include our own header containing the details before compressing, and then when using it in EVE, you can parse that after inflating it (and then exclude that header data when you display the resulting raw image in EVE).

Best Regards, BRT Community

24
Discussion - EVE / Re: Rotating images, and CMD_TEXT not showing
« on: February 29, 2024, 02:41:01 PM »
Hello,

Regarding the issue with your text, your matrix will be getting applied to the following items too and so one suggestion is to revert the matrix to the identity matrix again via
CMD_LOADIDENTITY
CMD_SETMATRIX
before you proceed to draw the other items such as text which you do not want to be rotated,

Best Regards, BRT Community

25
Hello,

Thank you for the clarifications, I think in the case that both the older version of the same display and the fact that rerunning the calibration routine results in the display working as expected means we can rule out an issue with the I2C data coming from the touch controller. And similarly it would rule out a hardware issue such as the CTP connector being misaligned.

I would be interested to know if the saved matrix values that you are noting are captured before you write them into the EERPOM or afterwards? This, as you have noted, may be related to an overflow issue or potentially an endianness issue.

Best Regards,
BRT Community

26
Hello,

Thank you for your post.

I note you mention an older screen does not present this issue, are both of these screens the same RVT101HVBNWC00-B model?

On the occasion of the issue occurring does a re-run of the calibration routine result in accurate matrix values, or for example do you need to power cycle the board?

Have you noted any issues around the CTP connector to the displays main PCB?

Best Regards,
BRT Community

27
Discussion - EVE / Re: LVGL and FT813!
« on: February 09, 2024, 08:55:59 AM »
Hi,
Yes, nice work and a very interesting project, thanks for sharing and let us know how it is going as you add the new features,
Best Regards,
BRT Community

28
Discussion - EVE / Re: Flash Blob for BT815 vs BT817
« on: February 08, 2024, 04:51:14 PM »
Hi David,

We're just checking with our R&D team and will let you know as soon as possible,

Best Regards, BRT Community

29
Discussion - EVE / Re: ARROR: display list overblow in cmd_pext()
« on: February 08, 2024, 04:43:39 PM »
Hi,

We'll need to check about that error but yes, the RUNANIM command will block and so could cause a display list not to be shown after the command.

Doing the animation frame by frame is worth trying,

Best Regards, BRT Community

30
Discussion - EVE / Re: Running animation stops DL's from running.
« on: February 08, 2024, 12:01:17 PM »
Hi,

We suggest to use CMD_ANIMFRAMERAM in this case as the CMD_RUNANIM is a blocking call.

In this case you will need to increment the frame number parameter in your code however rather than it running automatically. Just to relate to your other post also, since you can control the advancing of the frame, you could convert an animation with fewer frames (avoiding the repeated ones so you can have 2 instead of 100).

CMD_ANIMFRAMERAM(x, y, startaddr, frame)

Best Regards, BRT Community 

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