Author |
Message |
Topic: Extended GLCD Driver (T6963C) |
etiedon
Replies: 28
Views: 234648
|
Forum: Code Library Posted: Wed Dec 19, 2007 4:56 am Subject: Extended GLCD Driver (T6963C) |
hi, please i want a function to reverse the pixel in determinated area.
Can you send to me?
Thanks..
The right way to reverse the pixels in a determined area is the read the area from lcd, then ... |
Topic: Extended GLCD Driver (T6963C) |
etiedon
Replies: 28
Views: 234648
|
Forum: Code Library Posted: Mon Dec 17, 2007 5:04 am Subject: Extended GLCD Driver (T6963C) |
Will you show it in numbers?
Just get the ADC results from the registers, than divide it to numbers (like if result is ->1234, divide it to 1 , 2 ,3 ,4) and then use glcd_gotoxy command to set ... |
Topic: Extended GLCD Driver (T6963C) |
etiedon
Replies: 28
Views: 234648
|
Forum: Code Library Posted: Wed Oct 17, 2007 6:17 am Subject: Extended GLCD Driver (T6963C) |
It is always enable. That driver don't use /CE pin. And it works ok. |
Topic: Extended GLCD Driver (T6963C) |
etiedon
Replies: 28
Views: 234648
|
Forum: Code Library Posted: Sat Sep 29, 2007 10:46 am Subject: Extended GLCD Driver (T6963C) |
If you mean how to make white on black or black on white. right?
I can help.
page 18 and 19
Thanks, i did it.
endSly, any improvements with read function? I am working it too, but cant w ... |
Topic: FAT16 file system for MMC using SPI interface |
etiedon
Replies: 28
Views: 247261
|
Forum: Code Library Posted: Wed Aug 15, 2007 4:25 pm Subject: FAT16 file system for MMC using SPI interface |
What is the meaning of r1 response(255) ?The highest bit is set, meaning the card is still busy. Depending on brand and memory size it will take more or less time to prepare the data block.
And wha ... |
Topic: FAT16 file system for MMC using SPI interface |
etiedon
Replies: 28
Views: 247261
|
Forum: Code Library Posted: Fri Aug 10, 2007 3:25 am Subject: FAT16 file system for MMC using SPI interface |
I have a problem like that;
Library works perfect with mmc3.0 (16mb)
And when using read_BLOCK response of r1 is 0
But when i use it with reduced-size mcc (512 mb) when i use read_BLOCK resp ... |
Topic: Extended GLCD Driver (T6963C) |
etiedon
Replies: 28
Views: 234648
|
Forum: Code Library Posted: Tue Aug 07, 2007 5:46 pm Subject: Extended GLCD Driver (T6963C) |
And one more thing..
How can we reverse the text ?
I am trying to use glcd_writecmd1(0x05,0xc0);
0x05 reverses the area i guess..But of course it doesnt works :D |
Topic: Extended GLCD Driver (T6963C) |
etiedon
Replies: 28
Views: 234648
|
Forum: Code Library Posted: Sat Aug 04, 2007 6:12 am Subject: Extended GLCD Driver (T6963C) |
One more thing;
We have to change x_H+1 to x_H in pixel8 function too ;) |
Topic: Extended GLCD Driver (T6963C) |
etiedon
Replies: 28
Views: 234648
|
Forum: Code Library Posted: Wed Aug 01, 2007 6:05 am Subject: Extended GLCD Driver (T6963C) |
Hi,
I want to write a function that reverses the pixels in a specific area.
I wrote a piece of code like that, but it doesnt works. It only clears the area. I guess glcd_readbyte function retu ... |
Topic: Extended GLCD Driver (T6963C) |
etiedon
Replies: 28
Views: 234648
|
Forum: Code Library Posted: Mon Jul 30, 2007 2:38 am Subject: Extended GLCD Driver (T6963C) |
Hi,
I think there is a problem with glcd_pixel or glcd_gotoxy functions.
When you try to put a pixel to 0,0, it start after 7-8 pixels. And you cant put any pixel to 231,232,233,234,...,240. I ... |
Topic: mmc_spi and isis simulation |
etiedon
Replies: 4
Views: 4007
|
Forum: General CCS C Discussion Posted: Wed Jul 25, 2007 1:51 am Subject: mmc_spi and isis simulation |
Anyone used them together before ? I want to know that if i made a mistake or the problem is about isis..
Thanks for your help. |
Topic: mmc_spi and isis simulation |
etiedon
Replies: 4
Views: 4007
|
Forum: General CCS C Discussion Posted: Mon Jul 23, 2007 5:03 am Subject: mmc_spi and isis simulation |
Is mmc_spi driver compatible with the mmc model in isis ?
I wrote a program in ccs like that ;
#include <18F452.h>
#use delay(clock=4000000)//,RESTART_WDT)
#include ... |
|