菜鸟求解单片机LCD12864驱动程序问题

菜鸟求解单片机LCD12864驱动程序问题, uchar code table_1[]=”一二三四五六七八”; //uchar code table_2[]…

菜鸟求解单片机LCD12864驱动程序问题,
uchar code table_1[]=”一二三四五六七八”;
//uchar code table_2[]=”0123456789″;





void display()
        {


                write_comm(0x90+0x04);
           
                write_dat(table_1[tmp]);
        
        }

用12864做的显示其中一段,变量tpm是EC11编码器的值 ,display()用table_2时,就能正常显示,用table_1时就不能显示了,这是那里出问题了?

作者: soufei

为您推荐


Fatal error: Can't use function return value in write context in /www/wwwroot/www.qianrushi.com.cn/wp-content/themes/news/footer.php on line 115