To make the experience fit your profile, pick a username and tell us what interests you.
SWOT analysis
Strengths:
Weaknesses:
Opportunities:
Threats:
FEATURES:
TODO:
Working software features (demo codes):
Supported displays:
#define TFT_CS 17
#define TFT_RST 21
#define TFT_DC 16
#define TFT_MOSI 19
#define TFT_SCLK 18
#define TFT_BACKLIGHT 20 //Display backlight pin
#define speaker 0
byte colPins[COLS] = {1, 2, 3, 4, 5}; //connect to the column pinouts of the keypad extra cursor keys 14
byte rowPins[ROWS] = {6, 9, 15, 8, 7, 22}; //row pinouts of the keypad
char directKeys[ROWS][COLS] = {
{KEY_RETURN, ' ', 'm', 'n', 'b',},
{KEY_DELETE, 'l', 'k', 'j', 'h',},
{'p', 'o', 'i', 'u', 'y',},
{KEY_SHIFT, 'z', 'x', 'c', 'v',},
{'a', 's', 'd', 'f', 'g',},
{'q', 'w', 'e', 'r', 't',}
};
Retro computer emulation ...
Create an account to leave a comment. Already have an account? Log In.
Silly Bruce (me) made 2 mistakes: buying an LCD with sockets on the back to connect to the Pico, and assuming the 6x6mm switches he already had would do (they need a taller stem to poke through the top PCB). [sigh] I may have to [gulp] cut away some of the bottom PCB. Sorry! I only really want the keyboard, anyway, and it'll save me having to solder any SMDs :-D
Are you releasing any software for this? (Or, at least, keyboard software.)
Just out of curiosity, why does the 'B' key have " and ' on it. Does Slovak not have a 'b'?
What is the best size of LCD to file out the space? just got the PCBs, i like the size ;)
1.54" something like this https://www.aliexpress.com/item/32537977302.html
It's perfect as it is function over form.
Aseptics should be a natural flow of the original idea.
Love it.
Threats? More like next revision enhancement possibilities :)
- The back and sides need some kid of enclosure to keep the pocket lint out.
- Rounded corners so they don't hurt in the pocket.
A great little computer, well done!
to follow this project and never miss any updates
Are there any basic FW to use with Lora Module?