Tech news from Canada · @TechNews
899 followers · 23798 posts · Server mastodon.roitsystems.ca

Ars Technica: Nintendo’s Switch successor is already in third-party devs’ hands, report claims arstechnica.com/?p=1957822

#Tech #arstechnica #it #technology #gameconsole #nintendo #Gaming #switch #OLED #LCD

Last updated 1 year ago

Moritz Strohm · @mstrohm
26 followers · 1249 posts · Server kanoa.de

The new EONE1602 driver in yauclib can print text on 1602-type lcd displays in four bit and eight bit data mode. The output in the picture is produced by the following lines of code:

display.initConnection(true);
display.configure(true);
display.printAtPosition(0, 0, "Hello world!");
Microcontroller::wait(2000);
display.printAtPosition(1,2, "Ready!");

Some display features still need to be implemented:

codeberg.org/ncc1988/yauclib/i

#yauclib #LCD #microcontroller #software

Last updated 2 years ago

Moritz Strohm · @mstrohm
22 followers · 1215 posts · Server www.kanoa.de

The new EONE1602 driver in yauclib can print text on 1602-type lcd displays in four bit and eight bit data mode. The output in the picture is produced by the following lines of code:

display.initConnection(true);
display.configure(true);
display.printAtPosition(0, 0, "Hello world!");
Microcontroller::wait(2000);
display.printAtPosition(1,2, "Ready!");

Some display features still need to be implemented:

codeberg.org/ncc1988/yauclib/i

#yauclib #LCD #microcontroller #software

Last updated 2 years ago

nikomaru · @nikomaruhito
15 followers · 134 posts · Server mastodon.online

Excuse me, , when it comes to on screens, what colors are not possible to replicate? I would have thought even just 8-bit range would allow for bright colors like neon orange.
You know. The orange found on a particular Switch controller?
.
.
.
So I did a modicum of research and found the color. Apparently it's in the range of 0xFC5D40. Red. I hate it. I hit that color range several times it it was never neon bright enough. Ugh.

#LCD #digitalart #nerds #art

Last updated 2 years ago