Starting display, basics #40
Replies: 2 comments 4 replies
-
It has been a while since I used CCS, I just downloaded CCS 11. And then, yes, the first thing to call is EVE_init(). |
Beta Was this translation helpful? Give feedback.
-
I have no access to the other repository right now to comment there. I might have done that as well when I bought one of these cheap clone logic analyzer a while ago. |
Beta Was this translation helpful? Give feedback.
-
Hello, I heve problem, and need help.
I have this display - GEN4-FT813-50CTP-CLB
link: https://4dsystems.com.au/products/4d-intelligent-hmi-display-modules/gen4-ftdi-display-modules/gen4-ft813-50ctp-clb
and I am using microcontroller TMS320F28335, and I use program Code Composer.
I use example which is here on github, but it doesn´t work.
The question is if the display need some special initialization to light up, or I just need to power it and the display should light up.
I am using SPI communication. Sending this:
#include <DSP2833x_Device.h>
#include "F28335_DeviceBasic.h"
#include "mcu.h"
#include "gpio.h"
#include "interrupts.h"
#include "spi_func.h"
#include "EVE_commands.h"
#include "EVE_config.h"
#include "EVE_target.h"
#include "EVE.h"
int main(void)
{
DeviceInitialization();
}
But the display don´t light or do something.
Thanks for respond.
Beta Was this translation helpful? Give feedback.
All reactions