LCD.CUSTOM Problem. does´t work with OPTION.BASE 0

Here we can discuss about the problem found
Post Reply
goof
Posts: 4
Joined: Fri Dec 10, 2021 10:01 am

LCD.CUSTOM Problem. does´t work with OPTION.BASE 0

Post by goof »

i tried to define some custom charactes for an via i2c connected 20x4 LCD
when using the command LCD.Custom to define a character Annex crashed and lost connection.

i found out that i was using OPTION.BASE 1 before the definition of the character.

after changing back to OPTION.BASE 0 everything works fine.

so one solution is a fix in the code for using OPTION.BASE 1 or
a little hint in the help file

thx

goof
User avatar
cicciocb
Site Admin
Posts: 2781
Joined: Mon Feb 03, 2020 1:15 pm
Location: Toulouse
Has thanked: 592 times
Been thanked: 1990 times
Contact:

Re: LCD.CUSTOM Problem. does´t work with OPTION.BASE 0

Post by cicciocb »

[Local Link Removed for Guests] wrote: [Local Link Removed for Guests]Fri Nov 01, 2024 10:14 am i tried to define some custom charactes for an via i2c connected 20x4 LCD
when using the command LCD.Custom to define a character Annex crashed and lost connection.

i found out that i was using OPTION.BASE 1 before the definition of the character.

after changing back to OPTION.BASE 0 everything works fine.

so one solution is a fix in the code for using OPTION.BASE 1 or
a little hint in the help file

thx

goof
Thanks for your feedback, I'll fix it.

Can you just give me a snappet code that crashes?
User avatar
cicciocb
Site Admin
Posts: 2781
Joined: Mon Feb 03, 2020 1:15 pm
Location: Toulouse
Has thanked: 592 times
Been thanked: 1990 times
Contact:

Re: LCD.CUSTOM Problem. does´t work with OPTION.BASE 0

Post by cicciocb »

OK, I found the snag.

Will be fixed in the next release
Post Reply