Search found 10 matches

by peterUA
Wed Jul 16, 2025 5:32 am
Forum: General
Topic: gLCD ILI9341 SPI
Replies: 5
Views: 3828

Re: gLCD ILI9341 SPI

Oh yeah, that's my mistake. I couldn't run the compilation in FC10 and switched to FC8. Respect Matrix FC10 has been updated and now 16F18877 and display SPI are working.
by peterUA
Tue Jul 15, 2025 9:07 am
Forum: General
Topic: gLCD ILI9341 SPI
Replies: 5
Views: 3828

Re: gLCD ILI9341 SPI

That's not the point. I found out. Matrix applied Bit-Banging
by peterUA
Mon Jul 14, 2025 5:38 pm
Forum: General
Topic: Favourite Microcontrollers to Use with Flowcode?
Replies: 3
Views: 2715

Re: Favourite Microcontrollers to Use with Flowcode?

The choice of chip depends on the task. It is all very individual. 24 bit and 32 bit provide more opportunities but more problems arise. It is worth trying everything for general development. For example, on the ESP32 module (32-bit dual-core Xtensa LX6 microprocessor up to 240 MHz) you can make a r...
by peterUA
Sun Jul 13, 2025 8:38 pm
Forum: General
Topic: gLCD ILI9341 SPI
Replies: 5
Views: 3828

gLCD ILI9341 SPI

Hello Matrix. Display gLCD ILI9341 in Flowcode environment. How to remove slowly creeping black screensaver after turning on the device. Very annoying. And how to hang the data transfer rate. On the oscilloscope it is visible that it happens very slowly. Much slower than SPI is capable of at the glo...
by peterUA
Sun Jun 22, 2025 8:53 pm
Forum: General
Topic: PIC16F18877+GLCD ST7796
Replies: 13
Views: 3645

Re: PIC16F18877+GLCD ST7796

Hi Martin It's about PIC16F18877 + ST7796 Sitronix The display responds to, for example, the ST7735 library component. Or other similar ones. Perhaps the problem is in the signal polarity. The matrix did not provide the ability to change how this is done in the SPI library component. For the sake of...
by peterUA
Sun Jun 22, 2025 4:07 pm
Forum: General
Topic: PIC16F18877+GLCD ST7796
Replies: 13
Views: 3645

Re: PIC16F18877+GLCD ST7796

PIC16F877 + ST7796+Flowcode10 this is the real quest ! I sympathize with those who will take the cheat PIC16F18877 and any TFT ST7796 PICKIT3 +Flowsode10 read the wiki https://www.flowcode.co.uk/wiki_old/wikiv8/index.php?title=Supporting_Third_Party_Programming_Tools. There is outdated information. ...
by peterUA
Mon Jun 16, 2025 10:57 pm
Forum: General
Topic: PIC16F18877+GLCD ST7796
Replies: 13
Views: 3645

Re: PIC16F18877+GLCD ST7796

Hi Martin! I replaced the file. Compilation was successful. If you ignore the compiler warnings. By the way, the same warnings if you use 18F25K50. I'll try it in hardware.
Best regards
Petro
7796_OK.jpg
7796_OK.jpg (82.94 KiB) Viewed 2109 times
by peterUA
Sun Jun 15, 2025 12:15 pm
Forum: General
Topic: PIC16F18877+GLCD ST7796
Replies: 13
Views: 3645

Re: PIC16F18877+GLCD ST7796

Hi Martin!
There are many different modules on different chips in my region. I have difficulty choosing
free for makers ESP32.jpg
free for makers ESP32.jpg (86.85 KiB) Viewed 2207 times
FC10_choose_ESP32.jpg
FC10_choose_ESP32.jpg (45.15 KiB) Viewed 2207 times
Which specific module on which chip is Matrix supposed to be used freely? Everything else is clear. Thank you.
Petro
by peterUA
Sat Jun 14, 2025 8:23 pm
Forum: General
Topic: PIC16F18877+GLCD ST7796
Replies: 13
Views: 3645

Re: PIC16F18877+GLCD ST7796

Hi Martin! Great answer as always. Thanks. What's really confusing is this quote from the datasheet: - " LINEAR DATA MEMORY. 80-byte blocks. Use of the linear data memory region allows buffers to be larger than 80 bytes because incrementing the FSR beyond one bank will go directly to the GPR me...
by peterUA
Sat Jun 14, 2025 5:46 am
Forum: General
Topic: PIC16F18877+GLCD ST7796
Replies: 13
Views: 3645

PIC16F18877+GLCD ST7796

Hello Matrix. I want to create a project PIC16F8877 with TFT display GLCD ST7796 SPI. The compilation process ends with an error = test_18877_7796dip.c:3421:: error: (1250) could not find space (120 bytes) for variable _FCL_BUFF If you select the PIK18F25K50 chip, the compilation completes successfu...