Search found 65 matches

by Mast
Thu Sep 24, 2009 2:18 pm
Forum: Compiler
Topic: degres
Replies: 5
Views: 3622

thank you octal. i draw a little rectangle. i have not time to try font creator
by Mast
Thu Sep 24, 2009 10:17 am
Forum: Compiler
Topic: degres
Replies: 5
Views: 3622

it's the easypic4 lcd. so a ks0108
by Mast
Thu Sep 24, 2009 6:41 am
Forum: Compiler
Topic: degres
Replies: 5
Views: 3622

degres

how can i write "°C" on my glcd.

Code: Select all

GLCD.SetFont(Fixed)
GLCD.WriteAt(8,2,"Temperature = ", text, "°c")
thanks
by Mast
Wed Sep 23, 2009 6:39 am
Forum: Compiler
Topic: GCLD KS0108 and proteus VSIM
Replies: 12
Views: 11655

The problem is not solved. What's solution Roshan
by Mast
Mon Feb 02, 2009 7:38 am
Forum: Modules
Topic: Aspect Ratio
Replies: 3
Views: 3538

i can't see how adjust the line with the cos and sin fonction
by Mast
Sun Feb 01, 2009 10:16 pm
Forum: Modules
Topic: Aspect Ratio
Replies: 3
Views: 3538

Aspect Ratio

if you can test this code on an EasyPic4 you can see the problem with aspect ratio between Circle and the line. Have you a solution fot the line is inside the circle at Nord and Sud position. Thank you // if device and clock are omitted, then the compiler defaults to // 18F452 @ 20MHz - they are jus...
by Mast
Sun Feb 01, 2009 5:20 pm
Forum: Modules
Topic: Sin and Cos problem
Replies: 2
Views: 3098

Thank you Steven
Steven wrote:I think that the sin and cos functions are expecting an angle in radians, not degrees. To convert from degrees to radians, multiply your angle by 2Pi/360 (or approx 0.0174533).
by Mast
Sun Feb 01, 2009 4:25 pm
Forum: Modules
Topic: Sin and Cos problem
Replies: 2
Views: 3098

Sin and Cos problem

hello, i don't andestand the result at this : on my windows calculator the result is cos(31) = 0.8571 sin(31) = 0.5150 with SF cos(31) = 0.9147 sin(31) = -0.4040 Device = 18F452 Clock = 20 #option GLCD_SCREEN_WIDTH = 128 // Screen Width in Pixels #option GLCD_SCREEN_HEIGHT = 64 // Screen Height in P...
by Mast
Mon Nov 10, 2008 7:19 am
Forum: Compiler
Topic: Scrolling
Replies: 0
Views: 2607

Scrolling

hi, i search to make horizontal text scrolling on my 192*64 glcd. have you a solution for me. thanks
by Mast
Tue Jul 29, 2008 10:05 am
Forum: Compiler
Topic: decimal point
Replies: 1
Views: 1603

i find
by Mast
Tue Jul 29, 2008 9:24 am
Forum: Compiler
Topic: decimal point
Replies: 1
Views: 1603

decimal point

Hi, i search a solution to move the point. Exemple : 1760.0 to 17.60 i can't divise to make a bargraph Thanks T = (ADC.Read(AN0) + 1) * 500 / 1024 T = 8 * T text = FloatToStr(T,4,1) 'text = FloatToStr(T,0) 'T = StrToDec(text) 'text = (DecToStr(t/100 * 2) + "." + DecToStr(t, 2)) GLCD.SetFont(ArialBol...
by Mast
Fri Jan 04, 2008 11:41 am
Forum: Wiki Announcements
Topic: Happy New Year 2008
Replies: 1
Views: 7342

Bonne année a toi et bon courage pour la suite
by Mast
Sat Nov 10, 2007 8:09 am
Forum: IDE
Topic: A new IDE for Swordfish Basic
Replies: 20
Views: 14524

ok, apres tu traduit mes demandes. Donc je veux : possibilité de voir plusieurs fichiers en meme temps style cascade ou mosaique, de couper le meme fichier en deux afin de voir en haut et en bas. Recherche et visu de parentheses (style UE ou NP++). Colorisation et mots clés colorisés a souhait, donc...
by Mast
Sat Nov 10, 2007 7:01 am
Forum: IDE
Topic: A new IDE for Swordfish Basic
Replies: 20
Views: 14524

hi octal,
i waiting for, cause i need a lot for a IDE. if you want a list i can write in french.

Mast
by Mast
Mon Oct 15, 2007 8:34 am
Forum: Modules
Topic: NMEA parse module using both USART's
Replies: 1
Views: 2295

whith this line, it's ok

#option USART_BRGH = false