Search found 7 matches
- Fri Jan 11, 2013 3:36 am
- Forum: General Programming
- Topic: Nokia 5110 gLCD
- Replies: 8
- Views: 15110
Re: Nokia 5110 gLCD
New update! Graphics are now included. Bitmap array, vertical and horizontal lines, and a scale are included. I no longer use the hacked led macro to get the defines and rom array in. All defines and rom array settings are in supplementary code section.
- Wed Jan 09, 2013 12:20 am
- Forum: General Programming
- Topic: Capacitive sensing from PCBHeaven .asm file conversion
- Replies: 3
- Views: 3613
Re: Capacitive sensing from PCBHeaven .asm file conversion
Ok, so I am tired of working on this project for a little while. Here is the Flowcode file with the original file from pcbheaven.com included in the comments at the top of the file. This program is NOT working correctly, but the interrupt does work. For some reason it gets stuck at a few points and ...
- Mon Dec 31, 2012 9:04 am
- Forum: General Programming
- Topic: Nokia 5110 gLCD
- Replies: 8
- Views: 15110
Nokia 5110 gLCD finally ported for Flowcode!
I have just finished porting a Nokia 5110 gLCD to work with Flowcode. All normal characters are available. No graphics yet. This program is a very custom job because Flowcode does not support this gLCD as of yet that I am aware of. The functions are used via normal macro routines instead of Flowcode...
- Fri Dec 28, 2012 11:48 pm
- Forum: General Programming
- Topic: Nokia 5110 gLCD
- Replies: 8
- Views: 15110
Nokia 5110 gLCD
Probably a easier way to do this, but I only have the home edition of Flowcode and I like a challenge. I have ported a .asm program I found to do a "Hello world!" message and small graphic to Flowcode. If anybody is interested in continuing on with my work, here is the .fcf file. The proce...
- Tue Dec 25, 2012 10:48 pm
- Forum: C and ASM Programming
- Topic: All 5 PWM CCP and ECCP channels program
- Replies: 5
- Views: 16928
Re: All 5 PWM CCP and ECCP channels program
This is a more refined version of what I uploaded last night. Notes from comment section in program - This program is meant to be used as a template for using the 2 CCP AND the 3 ECCP PWM channels simultaneously for the 16F1937 PIC chip. Other chips may be used but you will have to consult the datas...
- Tue Dec 25, 2012 4:36 am
- Forum: C and ASM Programming
- Topic: All 5 PWM CCP and ECCP channels program
- Replies: 5
- Views: 16928
All 5 PWM CCP and ECCP channels program
Chip used is 16F1937. All 5 PWM channels are used - CCP and ECCP. This program runs fine for me, it should work for you. I just finished it and it runs fine on my proto board to light 5 leds at different brightness. Adjust brightness by changing the value of PWM_x_DUTY_CYCLE from 0 to 255. I am a ne...
- Mon Dec 24, 2012 6:24 pm
- Forum: General Programming
- Topic: Capacitive sensing from PCBHeaven .asm file conversion
- Replies: 3
- Views: 3613
Capacitive sensing from PCBHeaven .asm file conversion
I have started converting the .asm file from PCBHeaven that has 10 (I think) capacitive sensing channels on it for the 16f1937 pic chip. The Flowcode file is in the beginning stages of conversion, but if anyone wants to take a go of it and continue alongside my efforts here it is. Maybe someone can ...