Hi Benj,
The display work fine and CS pin stay High level. Now test for long time running.
Thanks
Also thanks to jgu1 to have testing all modified component.
Search found 18 matches
- Thu Feb 01, 2018 9:37 pm
- Forum: Bug reports
- Topic: Bug GLCD ILI9341
- Replies: 11
- Views: 6751
- Fri Jan 19, 2018 7:28 pm
- Forum: Bug reports
- Topic: Bug GLCD ILI9341
- Replies: 11
- Views: 6751
Bug GLCD ILI9341
Small bug found with the ILI9341 component. The CS pin is always activate (Low) after initialise with component macro. The screen intermittently freezes when CS pin stay activate (Low). I have try to deactivate (High) the CS pin after each call component macro and now all work fine. Also SCL pin is ...
- Tue Aug 22, 2017 6:09 pm
- Forum: Feature requests
- Topic: ILI9341 Big font size
- Replies: 2
- Views: 7858
Re: ILI9341 Big font size
Works very well
Thanks
Thanks
- Mon Aug 21, 2017 6:32 pm
- Forum: Feature requests
- Topic: ILI9341 Big font size
- Replies: 2
- Views: 7858
ILI9341 Big font size
Hello, I working with ILI9342 2.2" and pic18f46k40 and I would like big font. I try with font 0,1,2,3 setting but it's too small. I would like 4x and 6x width and Height font. How I should make this? Thanks
- Wed Apr 19, 2017 5:58 pm
- Forum: 8-Bit PIC
- Topic: osccon missing 16f88
- Replies: 3
- Views: 4255
Re: osccon missing 16f88
upper case work fine
Thanks
Thanks
- Wed Apr 19, 2017 4:18 pm
- Forum: 8-Bit PIC
- Topic: osccon missing 16f88
- Replies: 3
- Views: 4255
osccon missing 16f88
OSCCON is missing for the 16f88 in flowcode 7.2.1.4
Device: PIC.16F.16F88
Generated by: Flowcode v7.2.1.4
^ (192) undefined identifier "osccon"
(908) exit status = 1
Device: PIC.16F.16F88
Generated by: Flowcode v7.2.1.4
^ (192) undefined identifier "osccon"
(908) exit status = 1
- Wed Jan 28, 2015 3:12 pm
- Forum: Bug reports
- Topic: Problem with button: bug or my misunderstanding ?
- Replies: 21
- Views: 15479
Re: Problem with button: bug or my misunderstanding ?
Bug not solved in 6.1.1 version. In first start simulation, the toggle and push button active low doesn't have the good state with macro readstate. It's necessary to make this operation: "step into(F8)" try all toggle and push button "step into(F8)" "Stop(Maj+F5)" Now, ...
- Sun Nov 16, 2014 8:04 pm
- Forum: Flowcode V6
- Topic: GLCD ILI9341 Very slow
- Replies: 16
- Views: 9945
Re: GLCD ILI9341 Very slow
My glcd also have xpt2046 touch panel. It's possible to integrate this option in the ili9341 component?
- Wed Nov 12, 2014 6:58 pm
- Forum: Flowcode V6
- Topic: GLCD ILI9341 Very slow
- Replies: 16
- Views: 9945
Re: GLCD ILI9341 Very slow
Great speed is 5X more. My led flash at 61hz compared to 13hz. More speed possible(x2)? 
It's possible to have fcfx of this component and for SPI Master?
Thanks Thanks and Thanks

It's possible to have fcfx of this component and for SPI Master?
Thanks Thanks and Thanks
- Wed Nov 12, 2014 4:13 pm
- Forum: Flowcode V6
- Topic: GLCD ILI9341 Very slow
- Replies: 16
- Views: 9945
Re: GLCD ILI9341 Very slow
I currently works to use SPI master for communictation withthe component code. The font is in ReadASCIILUT macro. It's possible to edit this? Also, it's possible to have SPI Master component code to merge with LCD.
- Tue Nov 11, 2014 6:54 pm
- Forum: Flowcode V6
- Topic: GLCD ILI9341 Very slow
- Replies: 16
- Views: 9945
Re: GLCD ILI9341 Very slow
Currently use dspic33EP256MC502 at 140Mhz 70ips. It's same?
Go for all. I just want speed to continu my project
Go for all. I just want speed to continu my project
- Tue Nov 11, 2014 5:50 pm
- Forum: Flowcode V6
- Topic: GLCD ILI9341 Very slow
- Replies: 16
- Views: 9945
Re: GLCD ILI9341 Very slow
Look this http://www.dorkbotpdx.org/blog/paul/display_spi_optimization Display is ready to run faster. How adjust prescsale or orther setting to speed up. I have try with pic16f1938 at 48Mhz and take 1.3sec to write "123"? What is the SPI ILI9341 clock setting? How adjust? It's possible to...
- Fri Nov 07, 2014 8:46 pm
- Forum: Flowcode V6
- Topic: GLCD ILI9341 Very slow
- Replies: 16
- Views: 9945
Re: GLCD ILI9341 Very slow
I have make other test with cpu at 140mhz one led on RB5 that light alternate on-off each cycle. Print "123" on lcd on each cycle. Result is 13hz frequency led??? Replace Print "123" on lcd by 50us delay =Good, 10khz cycle led CPU have good speed but send data very very slow to G...
- Fri Nov 07, 2014 5:42 pm
- Forum: Flowcode V6
- Topic: GLCD ILI9341 Very slow
- Replies: 16
- Views: 9945
Re: GLCD ILI9341 Very slow
Just macro "Read Angle" is use
- Fri Nov 07, 2014 5:00 pm
- Forum: Flowcode V6
- Topic: GLCD ILI9341 Very slow
- Replies: 16
- Views: 9945
Re: GLCD ILI9341 Very slow
1 second flasher test is OK. I don't use crystal, just internal
Primary Oscillator disabled
Both clock switching and fail-safe clock monitor are disabled
Oscillator is fast RC oscillator with divide-by-N with PLL module (FRCPLL
Primary Oscillator disabled
Both clock switching and fail-safe clock monitor are disabled
Oscillator is fast RC oscillator with divide-by-N with PLL module (FRCPLL
- Fri Nov 07, 2014 3:18 pm
- Forum: Flowcode V6
- Topic: GLCD ILI9341 Very slow
- Replies: 16
- Views: 9945
Re: GLCD ILI9341 Very slow
No difference. What is the clock speed for this GLcd component? How should change? ILI9341=10mhz SPI. I run at the higher speed possible for the IC. I want display motor angle that run at 4 rpm 4*360/60= 24 refresh/sec minimun but not possible at this moment with only 3 digit. I also want display cu...
- Thu Nov 06, 2014 5:43 pm
- Forum: Flowcode V6
- Topic: GLCD ILI9341 Very slow
- Replies: 16
- Views: 9945
GLCD ILI9341 Very slow
Flowcode V6.1 with DSPIC33256MC502 at 70mips/140mhz. SPI Master component: 1*AS5048A AMS 14-bit Rotary Position Sensor 16 bit Data SPI 1*DAC121C101 16 bit Data SPI 1*ADC121S101 16 bit DataSPI ILI9341 GLCD component: 1*Adafruit PRODUCT ID: 1651 --ILI9341 Adafruit 2.8" GLCD SPI All works fine but...
- Thu Nov 06, 2014 5:23 pm
- Forum: Forums d'aide en français
- Topic: GLCD ILI9341 très lent
- Replies: 1
- Views: 3149
GLCD ILI9341 très lent
Flowcode V6.1 avec processeur DSPIC33256MC502 at 70mips/140mhz. SPI Master component: 1*AS5048A AMS 14-bit Rotary Position Sensor 16 bit Data SPI 1*DAC121C101 16 bit Data SPI 1*ADC121S101 16 bit DataSPI ILI9341 GLCD component: 1*Adafruit PRODUCT ID: 1651 --ILI9341 Adafruit 2.8" GLCD SPI Tout ce...