Libray T6963C - T6963C_TxFill

General discussion on Libstock website & codes posted on this website.
Post Reply
Author
Message
Laurent Vallin
Posts: 41
Joined: 05 Aug 2012 21:02

Libray T6963C - T6963C_TxFill

#1 Post by Laurent Vallin » 17 Jun 2017 12:19

Hello

Concerning the library T6963C of mikroElektronika:

While panel Text #1 is enabled the procedure T6963C_TxFill (0) does not delete panelText # 1:
...
  T6963C_Text (1)
  T6963C_SetTxtPanel (1)
T6963C_DisplaytxtPanel(1)
  T6963C_TxtFill (0) 'clears panelText # 0 in place of panelText # 1
...

No problem for the panel graphics:
...
  T6963C_Graphics (1)
  T6963C_SetGrPanel (1)
T6963C_DisplayGrPanel(1)
  T6963C_GrFill(0) 'clears the panelGraphics # 1
...

Compilateur : mikroBasic Pro for PIC

Workaround:
T6963C_SetTxtPanel(1)
T6963C_Fill(0,T6963C_textHomeAddr, T6963C_txtMemSize)

While waiting for mE to fix the routine
Cordially

----------

Laurent Vallin

User avatar
lana.arsic
mikroElektronika team
Posts: 1715
Joined: 15 Jan 2016 12:50

Re: Libray T6963C - T6963C_TxFill

#2 Post by lana.arsic » 19 Jun 2017 17:24

Hi Laurent,

We will investigate this issue,
can you please tell me which MCU are you using?

Kind regards,
Lana

Laurent Vallin
Posts: 41
Joined: 05 Aug 2012 21:02

Re: Libray T6963C - T6963C_TxFill

#3 Post by Laurent Vallin » 21 Jun 2017 17:08

Hello Lana,

Platinum : EasyPIC v7
MCU : 18F45K22 clocked at 8MHz
Compiler : mikroBasic
Glcd : T6963C 160x128

But I can no longer reproduce the problem ...
All is well !!!
I will see this weekend notament with SmartGlcd.
I keep you informed...

----------------

But it is certain that routine T6963C_Curor_Height (n) does not work: displays a cursor of size 8 whatever is n.

Workaround: T6963C_Write_Command (159 + n)
with n from 1 to 8.

Cordially

----------------

Laurent Vallin

User avatar
lana.arsic
mikroElektronika team
Posts: 1715
Joined: 15 Jan 2016 12:50

Re: Libray T6963C - T6963C_TxFill

#4 Post by lana.arsic » 22 Jun 2017 17:12

Hi Laurent,

I'm sorry because of this inconvenience,
I have reported to our developers the issue regarding T6963C_cursor_height.

Thank you for pointing this and for providing workaround.

Kind regards,
Lana

Post Reply

Return to “Libstock Discussion”