Hello, I'm currently using the CFAG160128 for a senior project in school. I am looking for some advice on how to program this screen. Mind you, this is my first time coding a graphics screen. I have pasted below an example of what I'm looking to implement.
Currently I'm using a Motorola HCS12 Microcontroller to interface with the graphics display. My plan is to communicate serially to the OBD-II port of a vehicle to obtain enough data to calculate real-time fuel economy then display this data onto the screen. I will also be doing this with an accelerometer, which will be interfaced with the A/D pins on the microcontroller. So after each sampling of data from the vehicle, I would then compute the data and display it onto the screen.
I'm trying to determine the most efficient method for doing this in code (using C). Any help with this is appreciated, thanks!
Currently I'm using a Motorola HCS12 Microcontroller to interface with the graphics display. My plan is to communicate serially to the OBD-II port of a vehicle to obtain enough data to calculate real-time fuel economy then display this data onto the screen. I will also be doing this with an accelerometer, which will be interfaced with the A/D pins on the microcontroller. So after each sampling of data from the vehicle, I would then compute the data and display it onto the screen.
I'm trying to determine the most efficient method for doing this in code (using C). Any help with this is appreciated, thanks!
Looking for additional LCD resources? Check out our LCD blog for the latest developments in LCD technology.