[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: AppleWin and graphics
- Subject: Re: AppleWin and graphics
- From: "Guillaume Tello" <houten.van@wanadoo.fr>
- Date: Thu, 8 May 2008 16:14:38 +0100
- Newsgroups: comp.sys.apple2
- Organization: les newsgroups par Orange
- References: <48218681$0$902$ba4acef3@news.orange.fr> <1qe6wqpxzgkqx$.14fzltc7o9o5q.dlg@40tude.net>
- Xref: g2news2.google.com comp.sys.apple2:9403
"Jeff Blakeney" <jeff.blakeney@a2central.com.remove-675-this> a �crit dans
le message de news: 1qe6wqpxzgkqx$.14fzltc7o9o5q.dlg@40tude.net...
> 10 REM activate 80 column firmware and go to 80 column mode
> 20 PRINT CHR$(4);"PR#3"
> 30 REM activate HGR2 screen and blank it
> 40 HGR
> 50 HGR2
Correct to erase the display, but HPLOT doesn't work.
> 10 REM activate 80 column firmware and go to 80 column mode
> 20 PRINT CHR$(4);"PR#3"
> 30 REM activate HGR2 screen and blank it
> 40 PRINT CHR$(17)
> 50 HGR2
With this solution everything is fine!
Thanks a lot!
Guillaume.