Author |
Message |
Topic: how to speed up |
wh1sp3r
Replies: 7
Views: 8094
|
Forum: General CCS C Discussion Posted: Tue Jul 18, 2006 12:22 pm Subject: how to speed up |
I have own algoritm for drawing image and animation (image per 8 ms) viz thread "GLCD image and animation maker", but i want draw some small images on different X,Y positions .. no 128x64, b ... |
Topic: glcd and numbers |
wh1sp3r
Replies: 14
Views: 16122
|
Forum: General CCS C Discussion Posted: Mon Jul 17, 2006 5:49 pm Subject: glcd and numbers |
Heey, it works now thank you.
Why is this happen ? becase of blank char ? you mean that it take some data from memory on some address? |
Topic: glcd and numbers |
wh1sp3r
Replies: 14
Views: 16122
|
Forum: General CCS C Discussion Posted: Mon Jul 17, 2006 5:46 pm Subject: glcd and numbers |
ok, i will try |
Topic: glcd and numbers |
wh1sp3r
Replies: 14
Views: 16122
|
Forum: General CCS C Discussion Posted: Mon Jul 17, 2006 5:35 pm Subject: glcd and numbers |
yes, its a string, this string will be contains all time (for ex: 21:50:00) |
Topic: glcd and numbers |
wh1sp3r
Replies: 14
Views: 16122
|
Forum: General CCS C Discussion Posted: Mon Jul 17, 2006 5:29 pm Subject: glcd and numbers |
I give to first strcat() function a char itoaf, which contain number like 20 for example |
Topic: how to speed up |
wh1sp3r
Replies: 7
Views: 8094
|
Forum: General CCS C Discussion Posted: Mon Jul 17, 2006 5:21 pm Subject: how to speed up |
and i Dont LOVE people, who laugh to me. Shame on you :-P |
Topic: glcd and numbers |
wh1sp3r
Replies: 14
Views: 16122
|
Forum: General CCS C Discussion Posted: Mon Jul 17, 2006 5:20 pm Subject: glcd and numbers |
timeins is for saving time format "XX:XX:XX"
first, i get for number
this number convert to string and add to timeins
next, i add a colon char ":" ... etc |
Topic: glcd and numbers |
wh1sp3r
Replies: 14
Views: 16122
|
Forum: General CCS C Discussion Posted: Mon Jul 17, 2006 4:48 pm Subject: glcd and numbers |
Nothing is modified. Compiler version is 3.249
Iam using 18F442 @ 20 Mhz.
definition:
int seconds, minutes, hours;
char timeins[10];
int timestr;
char itoaf[10];
char colon ... |
Topic: glcd and numbers |
wh1sp3r
Replies: 14
Views: 16122
|
Forum: General CCS C Discussion Posted: Mon Jul 17, 2006 4:15 pm Subject: glcd and numbers |
int ahoj = 10;
char ahojkyhttp://images.softcz.com/err.jpg
where is a problem ? please |
Topic: glcd and numbers |
wh1sp3r
Replies: 14
Views: 16122
|
Forum: General CCS C Discussion Posted: Mon Jul 17, 2006 3:45 pm Subject: glcd and numbers |
Hi, please, how to display a numbers on a glcd ? I tried Itoa(), but it show me milione numbers :D which i dont want |
Topic: how to speed up |
wh1sp3r
Replies: 7
Views: 8094
|
Forum: General CCS C Discussion Posted: Mon Jul 17, 2006 2:47 pm Subject: how to speed up |
please, is there some way, how to speed up pixel command ? please |
Topic: GLCD 128x64 image and animation maker here :-P |
wh1sp3r
Replies: 3
Views: 11621
|
Forum: General CCS C Discussion Posted: Mon Jul 17, 2006 8:46 am Subject: GLCD 128x64 image and animation maker here :-P |
So, this is my animator
#include <16F877A>
#fuses HS,NOWDT,NOPROTECT,NOLVP
#use delay(clock=20000000)
#include <HDM64GS12>
#include <math>
#include "image ... |
Topic: GLCD 128x64 image and animation maker here :-P |
wh1sp3r
Replies: 3
Views: 11621
|
Forum: General CCS C Discussion Posted: Mon Jul 17, 2006 5:10 am Subject: GLCD 128x64 image and animation maker here :-P |
animation here :o)
http://videa.softcz.com/animation.avi (1MB)
I have to tell you again, that this is with 16F877A ! |
Topic: GLCD 128x64 image and animation maker here :-P |
wh1sp3r
Replies: 3
Views: 11621
|
Forum: General CCS C Discussion Posted: Mon Jul 17, 2006 4:20 am Subject: GLCD 128x64 image and animation maker here :-P |
ok, i got it I change all displaying routine, image is displayed about 8 ms !
#include <16F877A>
#fuses HS,NOWDT,NOPROTECT,NOLVP
#use delay(clock=20000000)
#include <HDM6 ... |
Topic: how to speed up |
wh1sp3r
Replies: 7
Views: 8094
|
Forum: General CCS C Discussion Posted: Mon Jul 17, 2006 2:15 am Subject: how to speed up |
Iam plaing with this ,, is good way ? :D
#include <16F877A>
#fuses HS,NOWDT,NOPROTECT,NOLVP
#use delay(clock=20000000)
#include <HDM64GS12>
#include <graphics>
#i ... |
|