added palette selector panel, and lcd toggle! 🎨

This commit is contained in:
ari melody 2023-10-02 23:51:20 +01:00
parent 9db4e48ffa
commit f99e4801f4
No known key found for this signature in database
GPG key ID: 12A070A0ACDCA45F
4 changed files with 128 additions and 13 deletions

View file

@ -104,6 +104,7 @@ export async function connect(server_url) {
});
}
pre_buffer_chars = 0;
content.innerHTML = "";
server_indicator.innerText = "connecting...";