강요한
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 0
Comments
Recent activity by 강요한-
If we do it this way, even the parts that were displaying correctly will stop working. According to the RA6963 datasheet, the flowchart is structured so that data is sent first, followed by the c...
-
Yes, the image was rendered exactly as provided in the sample code. Also, the text is being displayed accurately at the specific coordinates I wanted.
-
Here are two pieces of code. The first is the LCD code, and the second is the main code. // Configure CE pin. 0=low, 1=highstatic void LCD_SetCE(uint8_t x){ HAL_GPIO_WritePin(GPIOF, LCD_CE_Pin...
-
Nothing shows up when I use External CG RAM mode. Also, looking at the RA6963 datasheet, it says user-defined characters can be used starting from 80H even in CG ROM mode.