New Release 1.70.3

Here you'll find the updated available
Post Reply
User avatar
cicciocb
Site Admin
Posts: 2626
Joined: Mon Feb 03, 2020 1:15 pm
Location: Toulouse
Has thanked: 549 times
Been thanked: 1861 times
Contact:

New Release 1.70.3

Post by cicciocb »

I'm still continuing to implement new functionalities into Annex32 so I just release an "intermediary" version that includes some fixes and improvements and a new feature, the SPDIF sound output, very useful as you just need one pin for the audio output.

Please give me some feedback if you can.

cicciocb

Code: [Local Link Removed for Guests]

Annex32 Change Log
Version 1.70.3
- TFT for ESP32-C3 and ESP32-S2
    - Implemented the support for all the TFT (including the 18bits)
- Implemented an implicit "end" at the end of the main program (to avoid errors when including external libraries)
- Fixed the function IOBUFF.ENCRYPT(buff_num, key$) not working properly when the character &h00 is present in the decrypted message
- Increased the Timeout to improve the Websocket connection
- Implemented the support for audio SPDIF format 
    - Command PLAY.SETUP 3, buffer, mono (3 = SPDIF)
User avatar
karlkloss
Posts: 79
Joined: Fri Aug 18, 2023 12:21 pm
Has thanked: 12 times
Been thanked: 9 times

Re: New Release 1.70.3

Post by karlkloss »

Great!
Many thanks.

What GPIO does PLAY.SETUP 3 define?
Can I change it?
User avatar
cicciocb
Site Admin
Posts: 2626
Joined: Mon Feb 03, 2020 1:15 pm
Location: Toulouse
Has thanked: 549 times
Been thanked: 1861 times
Contact:

Re: New Release 1.70.3

Post by cicciocb »

The pin is simply the DOUT that you define in the advanced settings page
image.png
You do not have the required permissions to view the files attached to this post.
User avatar
karlkloss
Posts: 79
Joined: Fri Aug 18, 2023 12:21 pm
Has thanked: 12 times
Been thanked: 9 times

Re: New Release 1.70.3

Post by karlkloss »

Yeah, of course. I could've thought of that.
User avatar
karlkloss
Posts: 79
Joined: Fri Aug 18, 2023 12:21 pm
Has thanked: 12 times
Been thanked: 9 times

Re: New Release 1.70.3

Post by karlkloss »

One problem remains:
When I want to use SPDIF output on an ESP32-2432S028, I can't use the preset, but have to use custom mode.
These are the settings I use:
Auswahl_001.png

With those, the touch doesn't work (but it does with the preset).
Does the touch controller need a separate CS?
If so, how to define it?
You do not have the required permissions to view the files attached to this post.
User avatar
cicciocb
Site Admin
Posts: 2626
Joined: Mon Feb 03, 2020 1:15 pm
Location: Toulouse
Has thanked: 549 times
Been thanked: 1861 times
Contact:

Re: New Release 1.70.3

Post by cicciocb »

[Local Link Removed for Guests]
User avatar
karlkloss
Posts: 79
Joined: Fri Aug 18, 2023 12:21 pm
Has thanked: 12 times
Been thanked: 9 times

Re: New Release 1.70.3

Post by karlkloss »

Now you tell me :D
User avatar
PeterN
Posts: 576
Joined: Mon Feb 08, 2021 7:56 pm
Location: Krefeld, Germany
Has thanked: 270 times
Been thanked: 312 times
Contact:

Re: New Release 1.70.3

Post by PeterN »

Hi Francesco,

could you please upload the 1.70.3 CAN_LFS for classic ESP32 too.
Thanks!
Peter
User avatar
cicciocb
Site Admin
Posts: 2626
Joined: Mon Feb 03, 2020 1:15 pm
Location: Toulouse
Has thanked: 549 times
Been thanked: 1861 times
Contact:

Re: New Release 1.70.3

Post by cicciocb »

[Local Link Removed for Guests] wrote: [Local Link Removed for Guests]Mon Dec 02, 2024 8:37 pm Hi Francesco,

could you please upload the 1.70.3 CAN_LFS for classic ESP32 too.
Thanks!
Peter
Done!
Post Reply