Changeset 95c7526 in mainline for arch/mips32/src/console.c


Ignore:
Timestamp:
2006-02-14T10:48:52Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
fcbca14f
Parents:
fe050b7
Message:

Added untested support for 2 & 4-byte (15-bit & 24-bit depth) framebuffer.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/mips32/src/console.c

    rfe050b7 r95c7526  
    4343                msim_console();
    4444#ifdef CONFIG_FB
    45         fb_init(0xb2000000, 640, 480);
     45        fb_init(0xb2000000, 640, 480, 3); // gxemul framebuffer
    4646#endif
    4747}
Note: See TracChangeset for help on using the changeset viewer.