Coding

Shape drawing on the SSD1351 display

Based on the previous few posts, we now have lots of things we can do with the SSD1351 display. One…

2 years ago

Font rendering on the SSD1351 display

Now that we have image rendering down, it is time to look at font rendering on the SSD1351. As before…

2 years ago

Basic graphics on the SSD1351 display

Yesterday I wrote a post on how to wire up and initialise the SSD1351 display with a Raspberry Pi Pico.…

2 years ago

How to use the SSD1351 OLED display

In my previous post, I mentioned that I managed to get the SSD1351 working with a Raspberry Pi Pico. I…

2 years ago

Coding an MSP430 From the Linux Command Line

The MSP430 is a 16bit microcontroller made by Texas Instruments. As with many other embedded platforms I've been doing some…

3 years ago

Using Docker Buildkit for OS Agnostic Builds

One of the many things I'm working on for wolfSSL right now is a Markdown based documentation build system which…

3 years ago

AVR Makefile in Linux

I recently designed and built a small prototype device for my wife that uses an AVR MCU. I wanted to…

3 years ago

UART and Ethernet on the STM32 Nucleo-F756ZG

If, like me, you are new to developing for the STM32, there are not many tutorials out there on how…

3 years ago

Using VBCC as an Amiga Cross-Compiler in Linux

For a while I was using GCC as a cross-compiler to write software for Amigas. This was familiar territory for…

4 years ago

Developing GUI Applications for Amiga OS

One of the things lacking with the Amiga 68000 Kickstart Relocator project is a GUI to manipulate the flash ROMs,…

4 years ago