assissssssssssssssttttt

GLCD Font Creator software is the ultimate solution to create personalized fonts, symbols and icons for Graphic LCDs. It generates code compatible with All mikroElektronika compilers
Post Reply
Author
Message
engahmed
Posts: 92
Joined: 14 May 2013 19:13

assissssssssssssssttttt

#1 Post by engahmed » 16 Apr 2017 14:02

i user pic 18f4685
interface to glcd 240X128 toshiba t6369c
i try to change font using font genrator 1.2
const unsigned short gg[] = { 0x06, 0x00, 0x00, 0x00,............................}
SPI_T6963C_Set_Font_Adv(&gg,SPI_T6963C_WHITE,0);
someText = "SN:20-12-004";
SPI_T6963C_write_text(someText, 11, 12, SPI_T6963C_ROM_MODE_XOR) ;

but nothing the font not change to gg font which i generated..

assist pleaasse eeee

User avatar
darko.ilijevski
Posts: 581
Joined: 21 Mar 2017 16:57

Re: assissssssssssssssttttt

#2 Post by darko.ilijevski » 19 Apr 2017 08:48

Hello,

In order to use features of the SPI_T6963C_Set_Font_Adv function, you need to use SPI_T6963C_Write_Char_Adv and SPI_T6963C_Write_Text_Adv routines for writing text,
not the regular one you have used.

Best regards
BR,
Darko

Post Reply

Return to “GLCD Font Creator Software”