Hi Peter, Which PIC are you using? If you use for example a PIC16 and you declare an array larger than 80 bytes you get the same message since it can only deal with arrays of at most 80 bytes due to the limitation of the PIC. If you use a PIC18 the limitation is at 256 bytes.
If you want a larger array then use the large_array.jal library. Kind regards, Rob ________________________________ Van: [email protected] <[email protected]> namens Zet Weeh <[email protected]> Verzonden: maandag 19 september 2022 16:09 Aan: jallib <[email protected]> Onderwerp: [jallib] Message: {Line 405} error: Out of data space! Hi I have a program that writes to SD and I can follow it with serial_sw on RealTerm. When I want to send it to an oled-lcd I get the message: {Line 405} error: Out of data space! When I remove all the new stuf with the blue arrow I still get the same message. When I compare it with the original program I can,t find a difference and still remains the error; also after a restart of the Jaleditor and after a restart of Windows. Who can tell me how this is possible? kindly regards, Peter -- You received this message because you are subscribed to the Google Groups "jallib" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]<mailto:[email protected]>. To view this discussion on the web visit https://groups.google.com/d/msgid/jallib/193e1180-56a3-4219-aa45-5985217d9458n%40googlegroups.com<https://groups.google.com/d/msgid/jallib/193e1180-56a3-4219-aa45-5985217d9458n%40googlegroups.com?utm_medium=email&utm_source=footer>. -- You received this message because you are subscribed to the Google Groups "jallib" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jallib/GVXP195MB163711E58B11A916DA81254AE64D9%40GVXP195MB1637.EURP195.PROD.OUTLOOK.COM.
