Changeset 198 in Main for trunk/Server


Ignore:
Timestamp:
Sep 29, 2024, 4:16:12 PM (7 weeks ago)
Author:
Nishi
Message:

fix font

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Server/font.c

    • Property svn:keywords set to Id
    r191 r198  
    11/* $Id$ */
    22
     3#ifdef __PPU__
    34unsigned char font[] = {
    45    // 0x20
     
    285286
    286287    // 0x7e ~
    287     0b00000000, 0b00000000, 0b01000000, 0b10101000, 0b00010000, 0b00000000, 0b00000000, 0b00000000, 0b00000000};
     288    0b00000000, 0b00000000, 0b01000000, 0b10101000, 0b00010000, 0b00000000, 0b00000000, 0b00000000};
     289#endif
Note: See TracChangeset for help on using the changeset viewer.