Closed DeveloperLg1 closed 11 months ago
The text buffer must persist while the animation is being completed. In the case where you are using the c_Str conversion for a String this is unlikely to be the case.
The text buffer must persist while the animation is being completed. In the case where you are using the c_Str conversion for a String this is unlikely to be the case.
Can we adjust the setTextBuffer to null or ""?
You should adjust to a valid c-string that remains in scope while the animation is active.
IMPORTANT
Before submitting this issue [ ] Have you tried using the latest version of the library? [ ] Have you checked this has not already been submitted and/or resolved? [ ] If you are requesting help a better choice may be the Arduino forum
Subject of the issue
I try to playing animate
Your Environment
Library Version:3.7.1 Arduino IDE version:1.8.19 Host OS and Version:OS win 10 CPU Hardware model/type:Lolin wemos D1 R2 ESSP8266 / Node MCU V3
Steps to Reproduce
I'm try to run animate character with font arabic and roman. step 1 : call P.displayAnimate to text with effect PA_SCROLL_RIGHT no issue. step 2 : but once the call P.displayAnimate to text with effect FADE there is issue. and issue on Exception Decoder. then try investigate the issue to EPS exception decoder. path issue is 0x4020c4e5: MD_PZone::commonPrint() atlibraries\MD_Parola\src\MD_Parola_Print.cpp line 47
sorry my english is basic.
result output terminal. --------------- CUT HERE FOR EXCEPTION DECODER ---------------
Soft WDT reset
ctx: cont sp: 3ffffcc0 end: 3fffffc0 offset: 01a0 3ffffe60: 3ffeff30 3fff1049 3fff0ff0 4020c4e5
3ffffe70: 0000000b 3ffeff38 401002bd 3ffeff38
3ffffe80: 3ffeff30 00000001 3fff0ff0 3ffeff38
3ffffe90: 3ffeff30 00000001 3fff0ff0 4020bbe9
3ffffea0: 3ffeff30 00000032 3fff0ff0 4020aee5
3ffffeb0: 3ffeff30 00000000 00000000 4020b2b8
3ffffec0: 40212001 000003e8 3ffef8f8 3fff010c
3ffffed0: 3ffeff30 3fff0154 3ffef777 402029ce
3ffffee0: 007a1200 c1f52b76 4bc6a700 00000000
3ffffef0: 40105c75 3fffff10 00000001 40213f0c
3fffff00: 40249276 3fff0154 0000005f 00000003
3fffff10: 4024a463 00000000 00001388 3fff010c
3fffff20: 3fff00d3 3ffef776 3ffef777 40202eea
3fffff30: 3fff00d3 0000005f 3fff0154 4020921b
3fffff40: 00000002 feefeffe feefeffe feefeffe
3fffff50: feefeffe feefeffe feefeffe 3fff1424
3fffff60: 003f003f 8a003231 3fff13ec 0020002f
3fffff70: 8a000000 feefeffe feefeffe feefeffe
3fffff80: 0000005f 00000002 00000000 feefeffe
3fffff90: feefeffe feefeffe feefeffe 3fff02d0
3fffffa0: 3fffdad0 00000000 3fff02bc 40211a0c
3fffffb0: feefeffe feefeffe 3ffe8680 40100cc5
<<<stack<<<
--------------- CUT HERE FOR EXCEPTION DECODER ---------------
Result from esp exception decoder
Actual Behaviour
Explain what happens instead. Provide log messages if relevant.
Code Demonstrating the Issue