Search the Community
Showing results for tags 'ascii'.
-
Display non-ascii caracters on LCD
SamuelCroteau posted a question in Digilent Microcontroller Boards
Hi, I have a basys mx3 with a pic32MX370 I want to know how to write non-ascii caracters on the LCD. I want to make a Tetris game, but the LCD screen is only 2x16, so how to write very little caracters on the LCD, like one dot at the time. I guess I need to write at the accurate adress on the LCD, but how ? It could be done in assembly or C, I don't mind. I want to do something like the picture: Thank you. -
Hello, I am trying to send a character to FPGA from PC hyper terminal , for eg : 's' to start other processes in FPGA like initiating generation of CCD signals and sampling ADC et al and a different ascii character to stop the processes. I am able to send a ASCII character from PC hyper terminal and receive binary value it on FPGA LED's however I'm unable to use this for control. Please find my top level code below. 'Start' signal is to be controlling the initiation of other processes. library IEEE; use IEEE.STD_LOGIC_1164.ALL; use IEEE.NUMERIC_STD.ALL; Library UNISIM; u