Search found 21 matches

by Overclocked
Fri Mar 06, 2015 2:17 am
Forum: Modules
Topic: 1.8'' TFT Display
Replies: 29
Views: 28202

1.8'' TFT Display

Hi Everyone, Its been a while since Ive played around and I was excited to see that the TFT library has been ported over :D, so I bought one of those cheap TFT displays off of ebay. http://www.ebay.com/itm/1-8-128-160-SPI-TFT-LCD-Display-Module-IC-SD-Socket-Serial-PCB-Adapter-Power-/141411544613?pt=...
by Overclocked
Sun Oct 05, 2014 2:13 pm
Forum: Compiler
Topic: PIC18F13k22 Bug
Replies: 2
Views: 1692

Re: PIC18F13k22 Bug

What exactly is in IntOSC.bas? If I comment out that include (since I don't have it) and compile, I don't get that error message. If I had to guess, It's likely an old version of SetAllDigital is getting included that doesn't support the 13K22. Are you sure your compiler, device files, etc are up t...
by Overclocked
Sun Oct 05, 2014 10:58 am
Forum: Compiler
Topic: PIC18F13k22 Bug
Replies: 2
Views: 1692

PIC18F13k22 Bug

Seems my last post was eaten :/ When I try and compile for a 13k22 with convert.bas and utils.bas, I get an error that says "line 455 left side cannot be" along with "identifier not declared CMCON". It points to utils.bas, but I cant edit them. Here is the code in case anyone wants to compile it. In...
by Overclocked
Sat Oct 18, 2008 3:31 pm
Forum: Compiler
Topic: Digit
Replies: 1
Views: 1694

Digit

When Digit from Utils is used, where is the returned number stored?

For example,
cnt = 25
Digit(cnt,2)

Returns 2. Does it store it in a temporary register, or in the var cnt? Can I specify where I want the returned number to go?
by Overclocked
Tue Oct 14, 2008 4:13 am
Forum: Compiler
Topic: Directional Statment?
Replies: 3
Views: 2267

rmteo wrote:You can do all that and much more. See here:
http://www.sfcompiler.co.uk/swordfish/o ... tured.html
But Do Subs Come Before the main program or after? Im just beginning in the programming of the pic 18F series (or any micro controller programming for that fact)
by Overclocked
Tue Oct 14, 2008 3:42 am
Forum: Compiler
Topic: Directional Statment?
Replies: 3
Views: 2267

Directional Statment?

Is there a way to have a directional statement in swordfish? Example: Some statement goto repetitive statement then returns here to to continue another statement go to repetitive statement then return here to continue ...etc repetitive statement Repetitive statement is something that is going to be ...