Search found 1173 matches
- Wed May 27, 2020 9:56 am
- Forum: User Modules
- Topic: ST7565 GLCD Support
- Replies: 23
- Views: 5623
Re: ST7565 GLCD Support
I have just tested the above code on real hardware and it works as expected (see image). For those people who have a Firewing board with LCD, here is the code I used: Device = 18F25K22 Clock = 64 // configure options... #option LCD_DOGM = DOGM_163 // 3 line #option LCD_INTERFACE = 4 // 4 bit data bu...
- Wed May 27, 2020 7:49 am
- Forum: User Modules
- Topic: ST7565 GLCD Support
- Replies: 23
- Views: 5623
Re: ST7565 GLCD Support
I don't have any tested code for Swordfish but I do have some Swordfish code which I ported over from Firewing (which 100% works) so it may work for you or at least get you started. I have attached the modules you need and here is a simple program which uses them. Pay particular attention to the opt...
- Sat May 23, 2020 9:21 am
- Forum: User Modules
- Topic: ST7565 GLCD Support
- Replies: 23
- Views: 5623
Re: ST7565 GLCD Support
> I am using DOGM163
I have used these modules. They are very good. Let us know how you get on...
I have used these modules. They are very good. Let us know how you get on...
- Wed May 20, 2020 9:12 am
- Forum: User Modules
- Topic: ST7565 GLCD Support
- Replies: 23
- Views: 5623
Re: ST7565 GLCD Support
Apologies. I just looked at the controller datasheet. So that appears to leave three options: (1) find a GLCD that utilises the parallel bus for the ST7565R or (2) use a different (supported) Swordfish driver for a GLCD with parallel bus (KS0108 - tons of devices, well tested under swordfish) or (3)...
- Wed May 20, 2020 7:41 am
- Forum: User Modules
- Topic: ST7565 GLCD Support
- Replies: 23
- Views: 5623
Re: ST7565 GLCD Support
Having a *very* brief look at the ST7565R datasheet, the device can be run either parallel or serial.
Code: Select all
P/S = “H”: Parallel data input/output.
P/S = “L”: Serial data input.
- Tue May 19, 2020 11:29 am
- Forum: User Modules
- Topic: ST7565 GLCD Support
- Replies: 23
- Views: 5623
Re: ST7565 GLCD Support
Just looking through previous posts, I see where you got the driver. However, you state you need a ST7665R driver. Certainly without this, your code will not work.
- Tue May 19, 2020 11:26 am
- Forum: User Modules
- Topic: ST7565 GLCD Support
- Replies: 23
- Views: 5623
Re: ST7565 GLCD Support
There is a lot that could be wrong in your program. I think you need to roll your code back and start again. Firstly (as Jerry suggested) you need to get your clock and configs working. Are you wanting to use an external clock / internal clock? What development board are you using? Does it have an e...
- Sat May 02, 2020 8:40 am
- Forum: Compiler
- Topic: SF can't launch plugins in Win 7 professional
- Replies: 8
- Views: 1967
Re: SF can't launch plugins in Win 7 professional
The Swordfish IDE (and supplied plugins) has code embedded into the executable to manage plugin communication, so they do not need the DLL. The DLL you are referring to enables third party plugins to interface with the IDE. I have attached it to this email. In the past you would either (1) place the...
- Sun Apr 05, 2020 4:50 pm
- Forum: Modules
- Topic: v2.2.3.2 Legacy Interrupt Mode libraries and Q43
- Replies: 1
- Views: 688
Re: v2.2.3.2 Legacy Interrupt Mode libraries and Q43
Thanks again Jerry for all your work on this...
Re: COVID19
Hi Octal I live by the seaside and it appears people in the UK do not understand "social distancing" yet - the lower prom was packed out over the weekend, with huge queues at the fish and chip shops! Anecdotally, it was one of the busiest weekends for this time of year. So if there is anyone in the ...
- Sat Nov 02, 2019 10:08 am
- Forum: Compiler
- Topic: New version (2.2.3.0) and Win 10
- Replies: 3
- Views: 1384
Re: New version (2.2.3.0) and Win 10
I have just installed the latest version of the compiler on Windows 10 Home and it generates a *.hex file as expected. Are you seeing the "compiling..." dialog box? Are you seeing any assembler windows? Are you seeing a dialog that says "optimising..."? After compilation, do you see "Success : 99 pr...
- Thu Oct 31, 2019 10:24 am
- Forum: Compiler
- Topic: Request for SF support for new chip 18F27Q10
- Replies: 8
- Views: 2005
Re: Request for SF support for new chip 18F27Q10
Credit goes to Jerry for making this happen...
- Thu Oct 24, 2019 10:18 am
- Forum: Compiler
- Topic: Request for SF support for new chip 18F27Q10
- Replies: 8
- Views: 2005
Re: Request for SF support for new chip 18F27Q10
Hi Bernard Jerry has been carrying out some significant work on the compiler. I wont steal his thunder hear by saying what he has been up to - but I can see that this device is included in the auto generated device list for the next release. We are hoping to release the update in the next few weeks...
- Fri Aug 23, 2019 2:30 pm
- Forum: Compiler
- Topic: mpasm unable to modify CONFIG settings for 18F2xK50/4xK50
- Replies: 1
- Views: 1228
Re: mpasm unable to modify CONFIG settings for 18F2xK50/4xK5
Thanks for that info Jerry...
- Fri Jun 21, 2019 7:33 am
- Forum: Modules
- Topic: usb problems
- Replies: 14
- Views: 3037
Re: usb problems
I responded by email to you on the 17th. Can you please check you spam folder.