-
Redundant code
08/08/2021 at 13:29 • 0 commentsRedundant code was found in the library.
In the Y coordinate, the highest bit is always zero, but it was transmitted anyway. Since this makes no sense, this section of code was removed from the library.
-
Mario game
06/22/2021 at 15:26 • 0 commentsDo you play Mario on Arduino?
I'm already playing.)
Added an example and a video. -
Tetris game
06/14/2021 at 14:43 • 0 commentsPlaying Tetris on Arduino has become very easy!
Added a video and an example
-
library
06/01/2021 at 12:09 • 0 commentschanges:
added functions to the library for Arduino:
line (x1,y1,x2,y2,color)
circle (x,y,r,color)
oval (x,y,xr,yr,color) -
library
05/27/2021 at 12:44 • 0 commentsThe library was rewritten. The library now uses less RAM.
-
Demo video
05/22/2021 at 16:41 • 0 commentsmounted a demo video of the BK-1 video card
-
BitMap Picture and Arduino
05/19/2021 at 20:33 • 0 commentsI wrote programs for Arduino and computer to view BMP files. The program on the computer opens the BMP file and transmits the Serial software to the Arduino. And then on the VGA monitor.