Replies: 1 comment 1 reply
-
| No, Unicode is unfortunately not supported. But you could define your own font,
which contains the chess pieces, and use it with CScreenDevice or
CTerminalDevice. In the upcoming Circle Step50 a character can have a width of
up to 32 pixels. Have a look at this font for example:
https://github.com/rsta2/circle/blob/develop/lib/font12x22.cpp
 | 
Beta Was this translation helpful? Give feedback.
                  
                    1 reply
                  
                
            
      Answer selected by
        zsdz
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
Can I print chess's pieces on rpi4 bare metal in unicode?like this:
this can display right on my wsl.but is there some way to do the same thing on rpi4 bare metal?
I have transplant gnugo1.2 on rpi4 bare metal.When play go,ansi code like
XandOas black and white piece can accept.but when play chess,I think useKas white king is too uglyThanks!
Beta Was this translation helpful? Give feedback.
All reactions