Register

Search found 115 matches

Return to advanced search

Casimo
Sat Feb 02, 2013 9:42 am
 
Forum: News & Announcements
Topic: Make an addin PowerGraphic2 compatible
Replies: 1
Views: 13936

Make an addin PowerGraphic2 compatible

I found an easy way to make addins PowerGraphic2 compatible. Here's a step-by-step guide: 1. Have you used IsKeyDown or IsKeyUp ? add this code on top of your program : #define __KEYBIOS_H__ #include "fxlib.h" #define KEY_CHAR_0 71 #define KEY_CHAR_1 72 #define KEY_CHAR_2 62 #define KEY_CH...
Casimo
Sat Feb 02, 2013 9:39 am
 
Forum: Tutorials & Code Snippets
Topic: Build your homemade casio calculator cable
Replies: 24
Views: 115334

Re: Build your homemade casio calculator cable

wow, looks very useful! do you mind if I cross-post this on UCF (with a link to this page obviously) :) Having duplicate content on multiple domains is bad for a site only with 4/5 months :( I've got an idea: flyingfisch makes a locked topic with just a link to this forum. -> You have got more acti...
Casimo
Wed Jan 30, 2013 3:42 pm
 
Forum: General
Topic: Test of Audio Player on fx-9860GII SD
Replies: 5
Views: 16679

Re: Test of Audio Player on fx-9860GII SD

It was just a test. Here's the source: #include "fxlib.h" #include "7305.h" #define DATAPACK 8080 unsigned char UserStack[DATAPACK]; //Conversion tables #define X 0x10 #define _ 0x00 static const unsigned char LowTable[16]= { _,_,_,_,//0 X,_,_,_,//1 X,_,X,_,//2 _,X,X,X,//3 }; //0...
Casimo
Wed Jan 30, 2013 2:41 pm
 
Forum: General
Topic: Test of Audio Player on fx-9860GII SD
Replies: 5
Views: 16679

Re: Test of Audio Player on fx-9860GII SD

Yes, that works. If you want, I can give you the PowerGraphic2 - compatible Version of the player.
Casimo
Mon Jan 28, 2013 3:40 pm
 
Forum: Members Zone
Topic: Introduce Yourself!
Replies: 2
Views: 11292

Re: Introduce Yourself!

Hobbies: playing the piano, programming

Interests: programming, computers

Where you got your username: I admixed my real name with casio
Previous

Return to advanced search