I came across something similar when I was writing my matrix display
software and used the following workaround:-
This is part of a character map for a 5x7 dot matrix LED driver
__code unsigned char table[128][7] = {
{0x01,0x01,0x01,0x0b,0x0f,0x1f,0x1f}, /* 00h Left fire */
{0x00,0x10,0x10,0x
On Thu, May 13, 2010 at 12:57:07AM -0700, Duygu Altinok wrote:
> Hi,
> I'm new to piklab and sdcc , when I try to compile some stuff our
> instructors gave us I get the following error:
>
> sdcc -mpic14 -p16f877 -V --debug -I/home/duygu/ceng4/ -c
> ceng336/hw3_lcd_examples/lcd.c
> + "/usr/bin
Hi,
I'm new to piklab and sdcc , when I try to compile some stuff our instructors
gave us I get the following error:
sdcc -mpic14 -p16f877 -V --debug -I/home/duygu/ceng4/ -c
ceng336/hw3_lcd_examples/lcd.c
+ "/usr/bin/sdcpp" -nostdinc -Wall -std=c99 -I"/home/duygu/ceng4/" -obj-ext=.o
-DSDCC_M