Follow along with the video below to see how to install our site as a web app on your home screen.
Nota: This feature currently requires accessing the site using the built-in Safari browser.
static readonly char[] alfanumerico = " ABCDEFGHIJKLMNÑOPQRSTUVWXYZ0123456789".ToCharArray();
public static void CambiarChar(ref char c, bool posterior)
{
if (posterior) c++;
else c--;
if (c > 126) c = '0';
if (c < '0') c = '}';
}
char[] { '0', '1', '2', '3', '4', '5', '6', '7', '8', '9',
'A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'Ñ', 'O', 'P',
'Q', 'R', 'S', 'T', 'U', 'V', 'X', 'Y', 'Z', 'a', 'b', 'c', 'd', 'e', 'f', 'g', 'h',
'i', 'j', 'k', 'l', 'm', 'n', 'ñ', 'o', 'p', 'q', 'r', 's', 't', 'u', 'v', 'x', 'y',
'z', '.', ',', '-', '_', ':', ';', '¿', '?', '(', ')', '[', ']', '{', '}','=', '$',
'&', '"', ' '};
Lo siento pero estoy con mac y ahora mismo no puedo ejecutarlo jeje, pero voy entendiendo, quieres hacer un simulador de pantalla LCD para probar "interfaz" antes de pasarla a arduino. Pues lo veo interesante oye!
A fatal error was encountered. The library 'libhostpolicy.dylib' required to execute the application was not found in '/usr/local/share/dotnet'.
logout
Saving session...
...copying shared history...
...saving history...truncating history files...
...completed.
[Proceso completado]
Unhandled exception. System.PlatformNotSupportedException: Operation is not supported on this platform.
at System.ConsolePal.SetWindowSize(Int32 width, Int32 height)
at System.Console.SetWindowSize(Int32 width, Int32 height)
at Conosola_MacOS_01.Program.Main(String[] args) in C:\Users\Meta\source\repos\Conosola_MacOS_01\Conosola_MacOS_01\Program.cs:line 13
Abort trap: 6
logout
Saving session...
...copying shared history...
...saving history...truncating history files...
...completed.
[Proceso completado]