fbergama / pigfx

PiGFX is a bare metal kernel for the Raspberry Pi that implements a basic ANSI terminal emulator with the additional support of some primitive graphics functions.
MIT License
275 stars 60 forks source link

keyboard support change locals #17

Closed huskeyw closed 4 years ago

huskeyw commented 5 years ago

I can't find the def to change locals for my own build

chregu82 commented 4 years ago

Not quite sure what you mean. Do you want to change the keyboard layout?

huskeyw commented 4 years ago

It's been a while but I think local was uk which means on my US board I had to put a sticker for which key I used

On Sat, May 9, 2020, 12:06 Christian Lehner notifications@github.com wrote:

Not quite sure what you mean. Do you want to change the keyboard layout?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/fbergama/pigfx/issues/17#issuecomment-626221796, or unsubscribe https://github.com/notifications/unsubscribe-auth/ALL2QRXJBGB335MO5O3JAQTRQWSUHANCNFSM4G5OVI2A .

chregu82 commented 4 years ago

The USPI library is compiled for UK keyboard layout. This is an external component. It could be changed to US by changing a define in a header file. But you would have to build your own binaries afterwards. There is no way to change this from inside PiGFX for now.

huskeyw commented 4 years ago

So do a pull to my own. Your fixing a lot of stuff now so I'll wait .. thank you

On Sat, May 9, 2020, 13:08 Christian Lehner notifications@github.com wrote:

The USPI library is compiled for UK keyboard layout. This is an external component. It could be changed to US by changing a define in a header file. But you would have to build your own binaries afterwards. There is no way to change this from inside PiGFX for now.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/fbergama/pigfx/issues/17#issuecomment-626228959, or unsubscribe https://github.com/notifications/unsubscribe-auth/ALL2QRVTQ2D5FH6KMFTM2XDRQWZ35ANCNFSM4G5OVI2A .

chregu82 commented 4 years ago

The keyboard layout is now configurable since version 1.4.0.

huskeyw commented 4 years ago

I want to say your doing an awesome job, I use this for more than RC2014 and used it to create a card for the z80-mbc2 as well William "Steve" Huskey Managing Member Dreadnought Brewing LLC

On Wed, Jun 3, 2020 at 1:11 AM Christian Lehner notifications@github.com wrote:

Closed #17 https://github.com/fbergama/pigfx/issues/17.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/fbergama/pigfx/issues/17#event-3400963916, or unsubscribe https://github.com/notifications/unsubscribe-auth/ALL2QRUPI7E654YPFBMZS5TRUYASBANCNFSM4G5OVI2A .