У нас вы можете посмотреть бесплатно Bad Apple and Doom on a Nokia 3310 Display или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
Picked up an 84x48 Nokia 3310 display with a Phillips PCD8544 controller from my local JayCar for a Uni assignment Wanted to see how far I could push it, loaded the example SparkFun sketch, followed the hookup guide then pushed random data to it till I figured out how to draw my own bitmaps to it. Started by ffmpeging Bad Apple to a BMP sequence then wrote a C program to convert each frame to a binary file that could be pushed over SPI to the PCD8544. From there I wrote a simple Python script to dump the .bin files over serial then a simple Arduino sketch for a Leonardo board to push that same data unmodified over SPI to the screen. That worked nicely and I achieved a decent frame rate but similar things had been done before with an SD card so I wanted do something a bit different and play Doom on it. I forked my code and made some minor modifications to make the C code constantly read and output the same BMP, and have the python file continuously output the same .bin. I then launched a low res VNC server session and had ffmpeg's X11Grab dump to the same BMP the C program read from, which streamed the VNC session to the screen really well on my rather modest X220. The footage in the video is just MPV playing a bit of Bad Apple then Chocolate Doom launching and being played immediately after. Also sorry for the weird breathing and coughing I've got a bit of a cold :3