Search found 152 matches

by Coccoliso
Fri Mar 27, 2015 4:32 pm
Forum: Modules
Topic: 1.8'' TFT Display
Replies: 29
Views: 26214

Re: 1.8'' TFT Display

Great job Bitfogav!
Try it and let us know..
by Coccoliso
Mon Mar 23, 2015 4:05 pm
Forum: Modules
Topic: PIC18F66J60 / 18F66J90 - Integral Ethernet
Replies: 20
Views: 12089

Re: PIC18F66J60 / 18F66J90 - Integral Ethernet

If you are forced to add an external ethernet chip then you should take an ETH module already assembled and tested, and with 8$-20$ you can get a ENC28J60, and you can use the tcp stack library as Jerry says, or which cost a bit more a module with W5100 ( Swordfish library here http://www.sfcompiler...
by Coccoliso
Mon Mar 23, 2015 7:39 am
Forum: Modules
Topic: PIC18F66J60 / 18F66J90 - Integral Ethernet
Replies: 20
Views: 12089

Re: PIC18F66J60 / 18F66J90 - Integral Ethernet

There is Microchip TCP stack but is written in pure C or an example of a library written for the PIC18F97J60 between SF modules here http://www.sfcompiler.co.uk/wiki/pmwiki ... rnetDriver which must be adapted.
by Coccoliso
Thu Mar 19, 2015 12:18 pm
Forum: Modules
Topic: 1.8'' TFT Display
Replies: 29
Views: 26214

Re: 1.8'' TFT Display

I confirm Jerry,
every time I put the divider I only had problems when we have to pass the clock must put a CMOS buffer to ensure the correct data sampling.
by Coccoliso
Wed Mar 18, 2015 4:57 pm
Forum: Modules
Topic: 1.8'' TFT Display
Replies: 29
Views: 26214

Re: 1.8'' TFT Display

Hello everyone, There are other modules that mount ST7735 controllable with SPI ( as AdaFruit ST7735 ) but what you have, Overclocked, is wired with I2C only.. to drive it in SPI must lead to the connector other pin of the graphic chip. Is pretty much what happens with all chip TFT that have multipl...
by Coccoliso
Mon Mar 09, 2015 10:20 pm
Forum: Compiler
Topic: Passing a string constant pointer
Replies: 5
Views: 2866

Re: Passing a string constant pointer

Thank :D
by Coccoliso
Mon Mar 09, 2015 8:40 pm
Forum: Compiler
Topic: Passing a string constant pointer
Replies: 5
Views: 2866

Re: Passing a string constant pointer

Still a question. If I have to pass the same pointer to a second function called inside the up level function.. Is perhaps best an example: Private Inline Function TBLRD_POSTINC() As TABLAT Asm TBLRD*+ End Asm End Function Private Inline Function TBLRD_PREINC() As TABLAT Asm +TBLRD* End Asm End Func...
by Coccoliso
Mon Mar 09, 2015 1:42 pm
Forum: Compiler
Topic: Passing a string constant pointer
Replies: 5
Views: 2866

Re: Passing a string constant pointer

Hello Jerry,
it is true .. I remember I had seen something like that for constant arrays of strings.
Thank You.
by Coccoliso
Mon Mar 09, 2015 12:27 pm
Forum: Compiler
Topic: Passing a string constant pointer
Replies: 5
Views: 2866

Passing a string constant pointer

I want to pass a string constant pointer to a function and then read its contents character by character as I do with SFRx, INDFx and POSTINCx .. which is the most clean process? Thanks. Private Const myString = "Hello World!" Public Function MyFunction(pMyStringAddr as Word) as Boolean ... End Func...
by Coccoliso
Sat Mar 07, 2015 4:57 pm
Forum: Modules
Topic: 1.8'' TFT Display
Replies: 29
Views: 26214

Re: 1.8'' TFT Display

In fact the chip ST7735 can be driven in parallel, with I2C or SPI. The hw module that you submitted wire the display to be used only with the I2C. The I2C interface is a bottleneck to drive a TFT.
by Coccoliso
Fri Mar 06, 2015 6:58 am
Forum: Modules
Topic: 1.8'' TFT Display
Replies: 29
Views: 26214

Re: 1.8'' TFT Display

Hello, this is what was said by the seller .. Features: 100% Brand New 1.8" Serial Port SPI TFT LCD Display Module Size: 1.8 inch Dot Matrix: 128*160 Size: 54mm(length)*34mm(width) Input Voltage: 5V/3.3V Driver IC: HX8353 / S6D02A1 / ST7735 Pin Definition: 1-RST 2-CE 3-D/C 4-DIN 5-CLK 6-UCC 7-BL 8-G...
by Coccoliso
Fri Jan 30, 2015 7:16 pm
Forum: IDE
Topic: MPLAB-X Plugin...
Replies: 64
Views: 112989

Re: MPLAB-X Plugin...

:shock: sleepless nights ..
Excellent results are a big!
by Coccoliso
Fri Jan 30, 2015 4:51 pm
Forum: User Modules
Topic: SSD1306 I2C driver
Replies: 31
Views: 41672

Re: SSD1306 I2C driver

It seems that it is impractical to use I2C.
With SPI things improve but .. http://forum.arduino.cc/index.php?topic=286837.0
by Coccoliso
Fri Jan 30, 2015 12:49 pm
Forum: User Modules
Topic: SSD1306 I2C driver
Replies: 31
Views: 41672

Re: SSD1306 I2C driver

Hello SHughes_Fusion, if you've already downloaded the PDF datasheet as has already happened to me with TFT should initially have a look at Arduino libraries since this LCD has some success among his fans. Arduino libraries are here: https://github.com/adafruit/Adafruit_SSD1306 https://github.com/ad...
by Coccoliso
Tue Jan 27, 2015 10:33 pm
Forum: IDE
Topic: MPLAB-X Plugin...
Replies: 64
Views: 112989

Re: MPLAB-X Plugin...

Excellent great result! :wink: