forked from kevinboone/kevinboone.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
2023-01-dateindex.html
70 lines (48 loc) · 4.36 KB
/
2023-01-dateindex.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Kevin Boone: January 2023</title>
<link rel="shortcut icon" href="https://kevinboone.me/img/favicon.ico">
<meta name="msvalidate.01" content="894212EEB3A89CC8B4E92780079B68E9"/>
<meta name="google-site-verification" content="DXS4cMAJ8VKUgK84_-dl0J1hJK9HQdYU4HtimSr_zLE" />
<meta name="description" content="%%DESC%%">
<meta name="author" content="Kevin Boone">
<meta name="viewport" content="width=device-width; initial-scale=1; maximum-scale=1">
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<div id="myname">
Kevin Boone
</div>
<div id="menu">
<a class="menu_entry" href="index.html">Home</a>
<a class="menu_entry" href="contact.html">Contact</a>
<a class="menu_entry" href="cv.html">CV</a>
<a class="menu_entry" href="software.html">Software</a>
<a class="menu_entry" href="articles.html">Articles</a>
<form id="search_form" method="get" action="https://duckduckgo.com/" target="_blank"><input type="text" name="q" placeholder="Search" size="5" id="search_input" /><button type="submit" id="search_submit">🔍</button><input type="hidden" name="sites" value="kevinboone.me" /><input type="hidden" name="kn" value="1" /></form>
</div>
<div id="content">
<h1>January 2023</h1>
<div class="article-desc"><img class="article-list-image" src="img/c-logo.png"/><a href="gcc_bss.html">Why 'int x = 0' is uninitialized data to the GNU C compiler</a><p>An oddity of the GCC C compiler that can lead to strange results, particularly in an embedded application</p><p style="font-size: smaller">Categories: <a href="C-groupindex.html">C</a>, <a href="embedded_computing-groupindex.html">embedded computing</a></p>
</div>
<div class="article-desc"><img class="article-list-image" src="img/display.png"/><a href="im-font-test.html">Using ImageMagick to generate anti-aliased bitmap fonts for a microcontroller's LCD display</a><p>This article describes how to generate and use compressed, anti-aliased font data, for use in a microcontroller application.</p><p style="font-size: smaller">Categories: <a href="C-groupindex.html">C</a>, <a href="Linux-groupindex.html">Linux</a>, <a href="embedded_computing-groupindex.html">embedded computing</a>, <a href="Pico-groupindex.html">Pico</a></p>
</div>
<div class="article-desc"><img class="article-list-image" src="img/chip.png"/><a href="pico-ds3231.html">Using the Maxim DS3231 I2C real-time clock in C on the Raspberry Pi Pico</a><p>The Maxim DS3231 I2C real-time clock is a reasonably accurate, inexpensive device, that is easy to interface to the Raspberry Pi Pico.</p><p style="font-size: smaller">Categories: <a href="C-groupindex.html">C</a>, <a href="embedded_computing-groupindex.html">embedded computing</a>, <a href="Pico-groupindex.html">Pico</a></p>
</div>
<div class="article-desc"><img class="article-list-image" src="img/chip.png"/><a href="pico-photo-clock.html">pico-photo-clock: an easy-to-construct Pi Pico desktop photo clock</a><p>This article describes how to construct a desktop photo clock using a Raspberry Pi Pico and some solder-free peripherals.</p><p style="font-size: smaller">Categories: <a href="embedded_computing-groupindex.html">embedded computing</a>, <a href="Pico-groupindex.html">Pico</a></p>
</div>
<div class="article-desc"><img class="article-list-image" src="img/chip.png"/><a href="pico2years.html">The Pi Pico, two years on</a><p>I've been using the Raspberry Pi Pico for embedded projects for the last two years or so. What do I think of it now?</p><p style="font-size: smaller">Categories: <a href="embedded_computing-groupindex.html">embedded computing</a>, <a href="Pico-groupindex.html">Pico</a></p>
</div>
<div class="article-desc"><img class="article-list-image" src="img/chip.png"/><a href="pico_waveshare_lcd.html">Some thoughts on the Waveshare 3.5-inch LCD/SD module for the Raspberry Pi Pico</a><p>This is a versatile touchscreen display module with a strikingly low cost. But is it any good?</p><p style="font-size: smaller">Categories: <a href="embedded_computing-groupindex.html">embedded computing</a>, <a href="Pico-groupindex.html">Pico</a></p>
</div>
<p><span class="footer-clearance-para"/></p>
</div>
<div id="footer">
<a href="rss.html"><img src="img/rss.png" width="24px" height="24px"/></a>
<span class="last-updated">Last update Nov 05 2024
</span>
</div>
</body>
</html>