Search found 6 matches

by Anoniem
07 Mar 2023 10:19
Forum: Visual TFT General
Topic: ConnectEVE + Visual TFT + SD card fat32
Replies: 2
Views: 842

ConnectEVE + Visual TFT + SD card fat32

Hi

I'm working with dsPIC33EP512MU810 and the ConnectEVE (ft800).

I was trying to display an image to the display reading from sd card, but it doesn't seem to work. The light goes on but that's it.

Can anyone help me with this?

You can find my program in the attachement.
by Anoniem
11 Feb 2023 18:48
Forum: Visual TFT General
Topic: How do I move my circle around?
Replies: 3
Views: 849

Re: How do I move my circle around?

Hi

I found the solution.

for(i = 1; i < 400; i++)
{

Circle1.Left = i;
DrawScreen(&Screen1);
Delay_ms(100);
}
by Anoniem
11 Feb 2023 17:48
Forum: Visual TFT General
Topic: How do I move my circle around?
Replies: 3
Views: 849

How do I move my circle around?

Hi

I'm using Clicker 2 for dsPIC33 and mikroC PRO for dsPIC and the ConnectEVE with the FT800 chip.

I got to ConnectEVE to work and I can show a simple circle on it, now I want to move it around with just a for loop.

What is the best way to do it?

Kind regards,
Boyd.
by Anoniem
10 Feb 2023 09:41
Forum: Visual TFT General
Topic: Visual TFT what should I put in these 2 functions?
Replies: 2
Views: 592

Visual TFT what should I put in these 2 functions?

Hi I wanted to test out the ConnectEVE (using FT800) using an SD card for the images (FAT32), but I don't know what to put in these 2 functions: char* TFT_Get_Data(unsigned long offset, unsigned int count, unsigned int *num) { // Place your code here } void Init_Ext_Mem() { // Place your code here }...
by Anoniem
06 Apr 2021 16:39
Forum: mikroC PRO for PIC General
Topic: SPI 16F887 SPI1_Read doesn't work
Replies: 11
Views: 1403

SPI 16F887 SPI1_Read doesn't work

Hello I have SRAM 23LC1024 chip and I want to write a value to the SRAM chip and then read it. But it doesn't seem to work... Can you help? Here is my code: sbit Chip_Select at RD2_bit; sbit Chip_Select_Direction at TRISD2_bit; unsigned char read_bytes = 0; const char READ = 0x03; const char WRITE =...
by Anoniem
22 Nov 2020 20:02
Forum: mikroC PRO for PIC General
Topic: SRAM Click
Replies: 1
Views: 438

SRAM Click

Hey I'm trying to use the SRAM Click with a pic16F887, but it doens't work. I did it with an arduino and no problem. Can someone help me out? This is my code (it got a messy while looking in to it): sbit Chip_Select at RC0_bit; sbit Chip_Select_Direction at TRISC0_bit; char uart_rd; unsigned char re...

Go to advanced search